Html Css Color HEX #BBD9CC Jet Stream

📋 copy color: '#BBD9CC'

red 187 ◦ green 217 ◦ blue 204

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

Shades of Jet Stream #BBD9CC

Tints of Jet Stream #BBD9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.69%

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

R = 30.76%
G = 35.69%
B = 33.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#BBD9CC (or 0xBBD9CC) is known color: Jet Stream. HEX triplet: BB, D9 and CC. RGB value is (187,217,204). Sum of RGB (Red+Green+Blue) = 187+217+204=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9CC is #442633. Grayscale: #CECECE. Windows color (decimal): -4466228 or 13425083. OLE color: 13425083.

HSL color Cylindrical-coordinate representation of color #BBD9CC: hue angle of 154º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD9CC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 204 -
CMYK 0.14 0 0.06 0.15
HSL 154º 0.28% 0.79% -
HSV(B) 154º 0.14% 0.85% -
XYZ 56.21 64.55 66.62 -
YUV 206.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 187 217 204 0.14 0 0.06 0.15 154 0.28 0.79
Hex BB D9 CC E 0 6 F 9A 1C 4F
Octal 273 331 314 16 0 6 17 232 34 117
Binary 10111011 11011001 11001100 1110 0 110 1111 10011010 11100 1001111

Color Harmonies of #BBD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9CC

Black with #BBD9CC

Text Example


Text Example

White with #BBD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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