Html Css Color HEX #BBCAC5 Jet Stream

📋 copy color: '#BBCAC5'

red 187 ◦ green 202 ◦ blue 197

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

Shades of Jet Stream #BBCAC5

Tints of Jet Stream #BBCAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.47%

 BLUE value IS 197 (77.34% from 255) = 33.62%

R = 31.91%
G = 34.47%
B = 33.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#BBCAC5 (or 0xBBCAC5) is known color: Jet Stream. HEX triplet: BB, CA and C5. RGB value is (187,202,197). Sum of RGB (Red+Green+Blue) = 187+202+197=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC5 is #44353A. Grayscale: #C4C4C4. Windows color (decimal): -4470075 or 12962491. OLE color: 12962491.

HSL color Cylindrical-coordinate representation of color #BBCAC5: hue angle of 160º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCAC5 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 197 -
CMYK 0.07 0 0.02 0.21
HSL 160º 0.12% 0.76% -
HSV(B) 160º 0.07% 0.79% -
XYZ 51.69 56.84 61.07 -
YUV 196.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 187 202 197 0.07 0 0.02 0.21 160 0.12 0.76
Hex BB CA C5 7 0 2 15 A0 C 4C
Octal 273 312 305 7 0 2 25 240 14 114
Binary 10111011 11001010 11000101 111 0 10 10101 10100000 1100 1001100

Color Harmonies of #BBCAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAC5

Black with #BBCAC5

Text Example


Text Example

White with #BBCAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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