#BFD9DF

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

Shades of Onahau #BFD9DF

Tints of Onahau #BFD9DF

Color information

#BFD9DF (or 0xBFD9DF) is unknown color: approx Onahau. HEX triplet: BF, D9 and DF. RGB value is (191,217,223). Sum of RGB (Red+Green+Blue) = 191+217+223=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9DF is #402620. Grayscale: #D1D1D1. Windows color (decimal): -4204065 or 14670271. OLE color: 14670271.

HSL color Cylindrical-coordinate representation of color #BFD9DF: hue angle of 191.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD9DF is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191217223-
CMYK0.140.0300.13
HSL191.25º33.33%81.18%-
HSV(B)191.25º14.35%87.45%-
XYZ59.6266.0379.41-
YUV209.91135.39114.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=30.27%
G=34.39%
B=35.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912172230.140.0300.13191.2533.3381.18
HexBFD9DFE30Dbf2151
Octal27733133716301527741121
Binary10111111110110011101111111101101101101111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9DF; }

 p { color: rgb(191,217,223); }

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

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

 a { background-color: rgb(191,217,223); }

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

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

 span { border-color: rgb(191,217,223); }

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