#BBD3C5

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

Shades of Nebula #BBD3C5

Tints of Nebula #BBD3C5

Color information

#BBD3C5 (or 0xBBD3C5) is unknown color: approx Nebula. HEX triplet: BB, D3 and C5. RGB value is (187,211,197). Sum of RGB (Red+Green+Blue) = 187+211+197=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3C5 is #442C3A. Grayscale: #CACACA. Windows color (decimal): -4467771 or 12964795. OLE color: 12964795.

HSL color Cylindrical-coordinate representation of color #BBD3C5: hue angle of 145º 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 #BBD3C5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB187211197-
CMYK0.1100.070.17
HSL145º21.43%78.04%-
HSV(B)145º11.37%82.75%-
XYZ53.8761.1861.79-
YUV202.23125.05117.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 211 (82.81% from 255) = 35.46%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=31.43%
G=35.46%
B=33.11%

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
Decimal1872111970.1100.070.1714521.4378.04
HexBBD3C5B071191154e
Octal27332330513072122125116
Binary101110111101001111000101101101111000110010001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3C5; }

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

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

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

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

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

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

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

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