#BFCDC8

Color #BFCDC8 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BFCDC8

Tints of Jet Stream #BFCDC8

Color information

#BFCDC8 (or 0xBFCDC8) is unknown color: approx Jet Stream. HEX triplet: BF, CD and C8. RGB value is (191,205,200). Sum of RGB (Red+Green+Blue) = 191+205+200=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC8 is #403237. Grayscale: #C8C8C8. Windows color (decimal): -4207160 or 13159871. OLE color: 13159871.

HSL color Cylindrical-coordinate representation of color #BFCDC8: hue angle of 158.57º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDC8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB191205200-
CMYK0.0700.020.20
HSL158.57º12.28%77.65%-
HSV(B)158.57º6.83%80.39%-
XYZ53.7458.9163.18-
YUV200.24127.86121.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=32.05%
G=34.40%
B=33.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912052000.0700.020.20158.5712.2877.65
HexBFCDC8702149fc4e
Octal2773153107022423714116
Binary101111111100110111001000111010101001001111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDC8; }

 p { color: rgb(191,205,200); }

 H1.HeaderClassName
 {
   color: #BFCDC8;
 }
 .AnyTagClassName
 {
   color: #BFCDC8;
 }
</style>
background-color css

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

 a { background-color: rgb(191,205,200); }

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

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

 span { border-color: rgb(191,205,200); }

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