#BBD5C7

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

Shades of Nebula #BBD5C7

Tints of Nebula #BBD5C7

Color information

#BBD5C7 (or 0xBBD5C7) is unknown color: approx Nebula. HEX triplet: BB, D5 and C7. RGB value is (187,213,199). Sum of RGB (Red+Green+Blue) = 187+213+199=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5C7 is #442A38. Grayscale: #CBCBCB. Windows color (decimal): -4467257 or 13096379. OLE color: 13096379.

HSL color Cylindrical-coordinate representation of color #BBD5C7: hue angle of 147.69º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5C7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB187213199-
CMYK0.1200.070.16
HSL147.69º23.64%78.43%-
HSV(B)147.69º12.21%83.53%-
XYZ54.662.2863.18-
YUV203.63125.39116.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 199 (78.12% from 255) = 33.22%
R=31.22%
G=35.56%
B=33.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131990.1200.070.16147.6923.6478.43
HexBBD5C7C071094184e
Octal27332530714072022430116
Binary101110111101010111000111110001111000010010100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5C7; }

 p { color: rgb(187,213,199); }

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

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

 a { background-color: rgb(187,213,199); }

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

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

 span { border-color: rgb(187,213,199); }

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