Html Css Color HEX #BBD5CC Jet Stream

📋 copy color: '#BBD5CC'

red 187 ◦ green 213 ◦ blue 204

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

Shades of Jet Stream #BBD5CC

Tints of Jet Stream #BBD5CC

RGB

 RED value IS 187 (73.44% from 255) = 30.96%

 GREEN value IS 213 (83.59% from 255) = 35.26%

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 30.96%
G = 35.26%
B = 33.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BBD5CC (or 0xBBD5CC) is known color: Jet Stream. HEX triplet: BB, D5 and CC. RGB value is (187,213,204). Sum of RGB (Red+Green+Blue) = 187+213+204=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5CC is #442A33. Grayscale: #CCCCCC. Windows color (decimal): -4467252 or 13424059. OLE color: 13424059.

HSL color Cylindrical-coordinate representation of color #BBD5CC: hue angle of 159.23º 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 #BBD5CC is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 204 -
CMYK 0.12 0 0.04 0.16
HSL 159.23º 0.24% 0.78% -
HSV(B) 159.23º 0.12% 0.84% -
XYZ 55.19 62.51 66.28 -
YUV 204.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 187 213 204 0.12 0 0.04 0.16 159.23 0.24 0.78
Hex BB D5 CC C 0 4 10 9F 18 4E
Octal 273 325 314 14 0 4 20 237 30 116
Binary 10111011 11010101 11001100 1100 0 100 10000 10011111 11000 1001110

Color Harmonies of #BBD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5CC

Black with #BBD5CC

Text Example


Text Example

White with #BBD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5CC; }

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

 H1.HeaderClassName
 {
   color: #BBD5CC;
 }
 .AnyTagClassName
 {
   color: #BBD5CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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