Html Css Color HEX #BBD3CA Jet Stream

📋 copy color: '#BBD3CA'

red 187 ◦ green 211 ◦ blue 202

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

Shades of Jet Stream #BBD3CA

Tints of Jet Stream #BBD3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

 BLUE value IS 202 (79.3% from 255) = 33.67%

R = 31.17%
G = 35.17%
B = 33.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#BBD3CA (or 0xBBD3CA) is known color: Jet Stream. HEX triplet: BB, D3 and CA. RGB value is (187,211,202). Sum of RGB (Red+Green+Blue) = 187+211+202=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3CA is #442C35. Grayscale: #CACACA. Windows color (decimal): -4467766 or 13292475. OLE color: 13292475.

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

Color convert

RGB 187 211 202 -
CMYK 0.11 0 0.04 0.17
HSL 157.5º 0.21% 0.78% -
HSV(B) 157.5º 0.11% 0.83% -
XYZ 54.45 61.42 64.86 -
YUV 202.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 187 211 202 0.11 0 0.04 0.17 157.5 0.21 0.78
Hex BB D3 CA B 0 4 11 9E 15 4E
Octal 273 323 312 13 0 4 21 236 25 116
Binary 10111011 11010011 11001010 1011 0 100 10001 10011110 10101 1001110

Color Harmonies of #BBD3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3CA

Black with #BBD3CA

Text Example


Text Example

White with #BBD3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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