Html Css Color HEX #BBCCC9 Jet Stream

📋 copy color: '#BBCCC9'

red 187 ◦ green 204 ◦ blue 201

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

Shades of Jet Stream #BBCCC9

Tints of Jet Stream #BBCCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.46%

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 31.59%
G = 34.46%
B = 33.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#BBCCC9 (or 0xBBCCC9) is known color: Jet Stream. HEX triplet: BB, CC and C9. RGB value is (187,204,201). Sum of RGB (Red+Green+Blue) = 187+204+201=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC9 is #443336. Grayscale: #C6C6C6. Windows color (decimal): -4469559 or 13225147. OLE color: 13225147.

HSL color Cylindrical-coordinate representation of color #BBCCC9: hue angle of 169.41º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC9 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 201 -
CMYK 0.08 0 0.01 0.2
HSL 169.41º 0.14% 0.77% -
HSV(B) 169.41º 0.08% 0.8% -
XYZ 52.63 57.97 63.67 -
YUV 198.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 187 204 201 0.08 0 0.01 0.2 169.41 0.14 0.77
Hex BB CC C9 8 0 1 14 A9 E 4D
Octal 273 314 311 10 0 1 24 251 16 115
Binary 10111011 11001100 11001001 1000 0 1 10100 10101001 1110 1001101

Color Harmonies of #BBCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCC9

Black with #BBCCC9

Text Example


Text Example

White with #BBCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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