Html Css Color HEX #BFC3C2 Jet Stream

📋 copy color: '#BFC3C2'

red 191 ◦ green 195 ◦ blue 194

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

Shades of Jet Stream #BFC3C2

Tints of Jet Stream #BFC3C2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.62%

 BLUE value IS 194 (76.17% from 255) = 33.45%

R = 32.93%
G = 33.62%
B = 33.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#BFC3C2 (or 0xBFC3C2) is known color: Jet Stream. HEX triplet: BF, C3 and C2. RGB value is (191,195,194). Sum of RGB (Red+Green+Blue) = 191+195+194=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3C2 is #403C3D. Grayscale: #C1C1C1. Windows color (decimal): -4209726 or 12764095. OLE color: 12764095.

HSL color Cylindrical-coordinate representation of color #BFC3C2: hue angle of 165º degrees, saturation: 0.03, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFC3C2 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 194 -
CMYK 0.02 0 0.01 0.24
HSL 165º 0.03% 0.76% -
HSV(B) 165º 0.02% 0.76% -
XYZ 50.74 54 58.79 -
YUV 193.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 191 195 194 0.02 0 0.01 0.24 165 0.03 0.76
Hex BF C3 C2 2 0 1 18 A5 3 4C
Octal 277 303 302 2 0 1 30 245 3 114
Binary 10111111 11000011 11000010 10 0 1 11000 10100101 11 1001100

Color Harmonies of #BFC3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3C2

Black with #BFC3C2

Text Example


Text Example

White with #BFC3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3C2; }

 p { color: rgb(191,195,194); }

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

background-color css

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

 a { background-color: rgb(191,195,194); }

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

border-color css

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

 span { border-color: rgb(191,195,194); }

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