#BBD3C4

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

Shades of Nebula #BBD3C4

Tints of Nebula #BBD3C4

Color information

#BBD3C4 (or 0xBBD3C4) is unknown color: approx Nebula. HEX triplet: BB, D3 and C4. RGB value is (187,211,196). Sum of RGB (Red+Green+Blue) = 187+211+196=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3C4 is #442C3B. Grayscale: #CACACA. Windows color (decimal): -4467772 or 12899259. OLE color: 12899259.

HSL color Cylindrical-coordinate representation of color #BBD3C4: hue angle of 142.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3C4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB187211196-
CMYK0.1100.070.17
HSL142.5º21.43%78.04%-
HSV(B)142.5º11.37%82.75%-
XYZ53.7561.1461.19-
YUV202.11124.55117.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 211 (82.81% from 255) = 35.52%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=31.48%
G=35.52%
B=33.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111960.1100.070.17142.521.4378.04
HexBBD3C4B07118e154e
Octal27332330413072121625116
Binary101110111101001111000100101101111000110001110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3C4; }

 p { color: rgb(187,211,196); }

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

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

 a { background-color: rgb(187,211,196); }

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

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

 span { border-color: rgb(187,211,196); }

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