Html Css Color HEX #BBCAC4 Jet Stream

📋 copy color: '#BBCAC4'

red 187 ◦ green 202 ◦ blue 196

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

Shades of Jet Stream #BBCAC4

Tints of Jet Stream #BBCAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.5%

R = 31.97%
G = 34.53%
B = 33.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#BBCAC4 (or 0xBBCAC4) is known color: Jet Stream. HEX triplet: BB, CA and C4. RGB value is (187,202,196). Sum of RGB (Red+Green+Blue) = 187+202+196=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC4 is #44353B. Grayscale: #C4C4C4. Windows color (decimal): -4470076 or 12896955. OLE color: 12896955.

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

Color convert

RGB 187 202 196 -
CMYK 0.07 0 0.03 0.21
HSL 156º 0.12% 0.76% -
HSV(B) 156º 0.07% 0.79% -
XYZ 51.58 56.79 60.47 -
YUV 196.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 187 202 196 0.07 0 0.03 0.21 156 0.12 0.76
Hex BB CA C4 7 0 3 15 9C C 4C
Octal 273 312 304 7 0 3 25 234 14 114
Binary 10111011 11001010 11000100 111 0 11 10101 10011100 1100 1001100

Color Harmonies of #BBCAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAC4

Black with #BBCAC4

Text Example


Text Example

White with #BBCAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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