Html Css Color HEX #BBD6CA Jet Stream

📋 copy color: '#BBD6CA'

red 187 ◦ green 214 ◦ blue 202

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

Shades of Jet Stream #BBD6CA

Tints of Jet Stream #BBD6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.49%

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

R = 31.01%
G = 35.49%
B = 33.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#BBD6CA (or 0xBBD6CA) is known color: Jet Stream. HEX triplet: BB, D6 and CA. RGB value is (187,214,202). Sum of RGB (Red+Green+Blue) = 187+214+202=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6CA is #442935. Grayscale: #CCCCCC. Windows color (decimal): -4466998 or 13293243. OLE color: 13293243.

HSL color Cylindrical-coordinate representation of color #BBD6CA: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6CA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 202 -
CMYK 0.13 0 0.06 0.16
HSL 153.33º 0.25% 0.79% -
HSV(B) 153.33º 0.13% 0.84% -
XYZ 55.2 62.92 65.11 -
YUV 204.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 187 214 202 0.13 0 0.06 0.16 153.33 0.25 0.79
Hex BB D6 CA D 0 6 10 99 19 4F
Octal 273 326 312 15 0 6 20 231 31 117
Binary 10111011 11010110 11001010 1101 0 110 10000 10011001 11001 1001111

Color Harmonies of #BBD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6CA

Black with #BBD6CA

Text Example


Text Example

White with #BBD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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