Html Css Color HEX #BBD2CA Jet Stream

📋 copy color: '#BBD2CA'

red 187 ◦ green 210 ◦ blue 202

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

Shades of Jet Stream #BBD2CA

Tints of Jet Stream #BBD2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

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

R = 31.22%
G = 35.06%
B = 33.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#BBD2CA (or 0xBBD2CA) is known color: Jet Stream. HEX triplet: BB, D2 and CA. RGB value is (187,210,202). Sum of RGB (Red+Green+Blue) = 187+210+202=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2CA is #442D35. Grayscale: #CACACA. Windows color (decimal): -4468022 or 13292219. OLE color: 13292219.

HSL color Cylindrical-coordinate representation of color #BBD2CA: hue angle of 159.13º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD2CA is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 202 -
CMYK 0.11 0 0.04 0.18
HSL 159.13º 0.2% 0.78% -
HSV(B) 159.13º 0.11% 0.82% -
XYZ 54.2 60.92 64.78 -
YUV 202.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 187 210 202 0.11 0 0.04 0.18 159.13 0.2 0.78
Hex BB D2 CA B 0 4 12 9F 14 4E
Octal 273 322 312 13 0 4 22 237 24 116
Binary 10111011 11010010 11001010 1011 0 100 10010 10011111 10100 1001110

Color Harmonies of #BBD2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2CA

Black with #BBD2CA

Text Example


Text Example

White with #BBD2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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