#B9CDC0

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

Shades of Nebula #B9CDC0

Tints of Nebula #B9CDC0

Color information

#B9CDC0 (or 0xB9CDC0) is unknown color: approx Nebula. HEX triplet: B9, CD and C0. RGB value is (185,205,192). Sum of RGB (Red+Green+Blue) = 185+205+192=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC0 is #46323F. Grayscale: #C5C5C5. Windows color (decimal): -4600384 or 12635577. OLE color: 12635577.

HSL color Cylindrical-coordinate representation of color #B9CDC0: hue angle of 141º 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 #B9CDC0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB185205192-
CMYK0.1000.060.20
HSL141º16.67%76.47%-
HSV(B)141º9.76%80.39%-
XYZ51.3557.7858.32-
YUV197.54124.87119.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=31.79%
G=35.22%
B=32.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051920.1000.060.2014116.6776.47
HexB9CDC0A06148d114c
Octal27131530012062421521114
Binary101110011100110111000000101001101010010001101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDC0; }

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

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

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

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

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

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

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

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