#B9CDC2

Color #B9CDC2 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #B9CDC2

Tints of Nebula #B9CDC2

Color information

#B9CDC2 (or 0xB9CDC2) is unknown color: approx Nebula. HEX triplet: B9, CD and C2. RGB value is (185,205,194). Sum of RGB (Red+Green+Blue) = 185+205+194=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC2 is #46323D. Grayscale: #C5C5C5. Windows color (decimal): -4600382 or 12766649. OLE color: 12766649.

HSL color Cylindrical-coordinate representation of color #B9CDC2: hue angle of 147º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDC2 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB185205194-
CMYK0.1000.050.20
HSL147º16.67%76.47%-
HSV(B)147º9.76%80.39%-
XYZ51.5857.8759.49-
YUV197.77125.87118.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 194 (76.17% from 255) = 33.22%
R=31.68%
G=35.10%
B=33.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051940.1000.050.2014716.6776.47
HexB9CDC2A051493114c
Octal27131530212052422321114
Binary101110011100110111000010101001011010010010011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDC2; }

 p { color: rgb(185,205,194); }

 H1.HeaderClassName
 {
   color: #B9CDC2;
 }
 .AnyTagClassName
 {
   color: #B9CDC2;
 }
</style>
background-color css

<style>
 a { background-color: #B9CDC2; }

 a { background-color: rgb(185,205,194); }

 div.DivClassName
 {
   background-color: #B9CDC2;
 }
 .BgClassName
 {
   background-color: #B9CDC2;
 }
</style>
border-color css

<style>
 span { border-color: #B9CDC2; }

 span { border-color: rgb(185,205,194); }

 td.TdClassName
 {
   border-color: #B9CDC2;
 }
 .TagClassName
 {
   border-color: #B9CDC2;
 }
</style>