Html Css Color HEX #BBD2CC Jet Stream

📋 copy color: '#BBD2CC'

red 187 ◦ green 210 ◦ blue 204

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

Shades of Jet Stream #BBD2CC

Tints of Jet Stream #BBD2CC

RGB

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

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

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

R = 31.11%
G = 34.94%
B = 33.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#BBD2CC (or 0xBBD2CC) is known color: Jet Stream. HEX triplet: BB, D2 and CC. RGB value is (187,210,204). Sum of RGB (Red+Green+Blue) = 187+210+204=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2CC is #442D33. Grayscale: #CACACA. Windows color (decimal): -4468020 or 13423291. OLE color: 13423291.

HSL color Cylindrical-coordinate representation of color #BBD2CC: hue angle of 164.35º 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 #BBD2CC is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 204 -
CMYK 0.11 0 0.03 0.18
HSL 164.35º 0.2% 0.78% -
HSV(B) 164.35º 0.11% 0.82% -
XYZ 54.44 61.02 66.04 -
YUV 202.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 187 210 204 0.11 0 0.03 0.18 164.35 0.2 0.78
Hex BB D2 CC B 0 3 12 A4 14 4E
Octal 273 322 314 13 0 3 22 244 24 116
Binary 10111011 11010010 11001100 1011 0 11 10010 10100100 10100 1001110

Color Harmonies of #BBD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2CC

Black with #BBD2CC

Text Example


Text Example

White with #BBD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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