Html Css Color HEX #BBD5C7 Nebula

📋 copy color: '#BBD5C7'

red 187 ◦ green 213 ◦ blue 199

#BBD5C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #BBD5C7

Tints of Nebula #BBD5C7

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.13% from 255) = 33.22%

R = 31.22%
G = 35.56%
B = 33.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#BBD5C7 (or 0xBBD5C7) is known color: 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

RGB 187 213 199 -
CMYK 0.12 0 0.07 0.16
HSL 147.69º 0.24% 0.78% -
HSV(B) 147.69º 0.12% 0.84% -
XYZ 54.6 62.28 63.18 -
YUV 203.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 187 213 199 0.12 0 0.07 0.16 147.69 0.24 0.78
Hex BB D5 C7 C 0 7 10 94 18 4E
Octal 273 325 307 14 0 7 20 224 30 116
Binary 10111011 11010101 11000111 1100 0 111 10000 10010100 11000 1001110

Color Harmonies of #BBD5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5C7

Black with #BBD5C7

Text Example


Text Example

White with #BBD5C7

Text Example


Text Example

HTML Codes & Css Web 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>