Html Css Color HEX #BBD0CA Jet Stream

📋 copy color: '#BBD0CA'

red 187 ◦ green 208 ◦ blue 202

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

Shades of Jet Stream #BBD0CA

Tints of Jet Stream #BBD0CA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.84%

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

R = 31.32%
G = 34.84%
B = 33.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#BBD0CA (or 0xBBD0CA) is known color: Jet Stream. HEX triplet: BB, D0 and CA. RGB value is (187,208,202). Sum of RGB (Red+Green+Blue) = 187+208+202=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0CA is #442F35. Grayscale: #C9C9C9. Windows color (decimal): -4468534 or 13291707. OLE color: 13291707.

HSL color Cylindrical-coordinate representation of color #BBD0CA: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0CA is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 202 -
CMYK 0.10 0 0.03 0.18
HSL 162.86º 0.18% 0.77% -
HSV(B) 162.86º 0.1% 0.82% -
XYZ 53.71 59.94 64.62 -
YUV 201.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 187 208 202 0.10 0 0.03 0.18 162.86 0.18 0.77
Hex BB D0 CA A 0 3 12 A3 12 4D
Octal 273 320 312 12 0 3 22 243 22 115
Binary 10111011 11010000 11001010 1010 0 11 10010 10100011 10010 1001101

Color Harmonies of #BBD0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0CA

Black with #BBD0CA

Text Example


Text Example

White with #BBD0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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