Html Css Color HEX #BBD1CC Jet Stream

📋 copy color: '#BBD1CC'

red 187 ◦ green 209 ◦ blue 204

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

Shades of Jet Stream #BBD1CC

Tints of Jet Stream #BBD1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.83%

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

R = 31.17%
G = 34.83%
B = 34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BBD1CC (or 0xBBD1CC) is known color: Jet Stream. HEX triplet: BB, D1 and CC. RGB value is (187,209,204). Sum of RGB (Red+Green+Blue) = 187+209+204=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1CC is #442E33. Grayscale: #C9C9C9. Windows color (decimal): -4468276 or 13423035. OLE color: 13423035.

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

Color convert

RGB 187 209 204 -
CMYK 0.11 0 0.02 0.18
HSL 166.36º 0.19% 0.78% -
HSV(B) 166.36º 0.11% 0.82% -
XYZ 54.19 60.53 65.95 -
YUV 201.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 187 209 204 0.11 0 0.02 0.18 166.36 0.19 0.78
Hex BB D1 CC B 0 2 12 A6 13 4E
Octal 273 321 314 13 0 2 22 246 23 116
Binary 10111011 11010001 11001100 1011 0 10 10010 10100110 10011 1001110

Color Harmonies of #BBD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1CC

Black with #BBD1CC

Text Example


Text Example

White with #BBD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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