Html Css Color HEX #BFCAC6 Jet Stream

📋 copy color: '#BFCAC6'

red 191 ◦ green 202 ◦ blue 198

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

Shades of Jet Stream #BFCAC6

Tints of Jet Stream #BFCAC6

RGB

 RED value IS 191 (75% from 255) = 32.32%

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

 BLUE value IS 198 (77.73% from 255) = 33.5%

R = 32.32%
G = 34.18%
B = 33.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#BFCAC6 (or 0xBFCAC6) is known color: Jet Stream. HEX triplet: BF, CA and C6. RGB value is (191,202,198). Sum of RGB (Red+Green+Blue) = 191+202+198=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAC6 is #403539. Grayscale: #C6C6C6. Windows color (decimal): -4207930 or 13028031. OLE color: 13028031.

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

Color convert

RGB 191 202 198 -
CMYK 0.05 0 0.02 0.21
HSL 158.18º 0.09% 0.77% -
HSV(B) 158.18º 0.05% 0.79% -
XYZ 52.8 57.39 61.72 -
YUV 198.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 191 202 198 0.05 0 0.02 0.21 158.18 0.09 0.77
Hex BF CA C6 5 0 2 15 9E 9 4D
Octal 277 312 306 5 0 2 25 236 11 115
Binary 10111111 11001010 11000110 101 0 10 10101 10011110 1001 1001101

Color Harmonies of #BFCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAC6

Black with #BFCAC6

Text Example


Text Example

White with #BFCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAC6; }

 p { color: rgb(191,202,198); }

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

background-color css

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

 a { background-color: rgb(191,202,198); }

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

border-color css

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

 span { border-color: rgb(191,202,198); }

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