#BFDACF

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

Shades of Jet Stream #BFDACF

Tints of Jet Stream #BFDACF

Color information

#BFDACF (or 0xBFDACF) is unknown color: approx Jet Stream. HEX triplet: BF, DA and CF. RGB value is (191,218,207). Sum of RGB (Red+Green+Blue) = 191+218+207=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDACF is #402530. Grayscale: #D0D0D0. Windows color (decimal): -4203825 or 13621951. OLE color: 13621951.

HSL color Cylindrical-coordinate representation of color #BFDACF: hue angle of 155.56º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDACF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB191218207-
CMYK0.1200.050.15
HSL155.56º26.73%80.2%-
HSV(B)155.56º12.39%85.49%-
XYZ57.8265.7268.67-
YUV208.67127.05115.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=31.01%
G=35.39%
B=33.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912182070.1200.050.15155.5626.7380.2
HexBFDACFC05F9c1b50
Octal27733231714051723433120
Binary10111111110110101100111111000101111110011100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDACF; }

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

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

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

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

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

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

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

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