Html Css Color HEX #BFCFCA Jet Stream

📋 copy color: '#BFCFCA'

red 191 ◦ green 207 ◦ blue 202

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

Shades of Jet Stream #BFCFCA

Tints of Jet Stream #BFCFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.5%

 BLUE value IS 202 (79.3% from 255) = 33.67%

R = 31.83%
G = 34.5%
B = 33.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#BFCFCA (or 0xBFCFCA) is known color: Jet Stream. HEX triplet: BF, CF and CA. RGB value is (191,207,202). Sum of RGB (Red+Green+Blue) = 191+207+202=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFCA is #403035. Grayscale: #C9C9C9. Windows color (decimal): -4206646 or 13291455. OLE color: 13291455.

HSL color Cylindrical-coordinate representation of color #BFCFCA: hue angle of 161.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCFCA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 202 -
CMYK 0.08 0 0.02 0.19
HSL 161.25º 0.14% 0.78% -
HSV(B) 161.25º 0.08% 0.81% -
XYZ 54.46 59.97 64.58 -
YUV 201.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 191 207 202 0.08 0 0.02 0.19 161.25 0.14 0.78
Hex BF CF CA 8 0 2 13 A1 E 4E
Octal 277 317 312 10 0 2 23 241 16 116
Binary 10111111 11001111 11001010 1000 0 10 10011 10100001 1110 1001110

Color Harmonies of #BFCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFCA

Black with #BFCFCA

Text Example


Text Example

White with #BFCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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