Html Css Color HEX #BFC7C5 Jet Stream

📋 copy color: '#BFC7C5'

red 191 ◦ green 199 ◦ blue 197

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

Shades of Jet Stream #BFC7C5

Tints of Jet Stream #BFC7C5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.9%

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

R = 32.54%
G = 33.9%
B = 33.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#BFC7C5 (or 0xBFC7C5) is known color: Jet Stream. HEX triplet: BF, C7 and C5. RGB value is (191,199,197). Sum of RGB (Red+Green+Blue) = 191+199+197=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7C5 is #40383A. Grayscale: #C4C4C4. Windows color (decimal): -4208699 or 12961727. OLE color: 12961727.

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

Color convert

RGB 191 199 197 -
CMYK 0.04 0 0.01 0.22
HSL 165º 0.07% 0.76% -
HSV(B) 165º 0.04% 0.78% -
XYZ 51.99 55.95 60.88 -
YUV 196.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 191 199 197 0.04 0 0.01 0.22 165 0.07 0.76
Hex BF C7 C5 4 0 1 16 A5 7 4C
Octal 277 307 305 4 0 1 26 245 7 114
Binary 10111111 11000111 11000101 100 0 1 10110 10100101 111 1001100

Color Harmonies of #BFC7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7C5

Black with #BFC7C5

Text Example


Text Example

White with #BFC7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7C5; }

 p { color: rgb(191,199,197); }

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

background-color css

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

 a { background-color: rgb(191,199,197); }

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

border-color css

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

 span { border-color: rgb(191,199,197); }

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