#BFDFE1

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

Shades of Onahau #BFDFE1

Tints of Onahau #BFDFE1

Color information

#BFDFE1 (or 0xBFDFE1) is unknown color: approx Onahau. HEX triplet: BF, DF and E1. RGB value is (191,223,225). Sum of RGB (Red+Green+Blue) = 191+223+225=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFE1 is #40201E. Grayscale: #D5D5D5. Windows color (decimal): -4202527 or 14802879. OLE color: 14802879.

HSL color Cylindrical-coordinate representation of color #BFDFE1: hue angle of 183.53º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDFE1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191223225-
CMYK0.150.0100.12
HSL183.53º36.17%81.57%-
HSV(B)183.53º15.11%88.24%-
XYZ61.4669.2981.37-
YUV213.66134.4111.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=29.89%
G=34.90%
B=35.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912232250.150.0100.12183.5336.1781.57
HexBFDFE1F10Cb82452
Octal27733734117101427044122
Binary1011111111011111111000011111101100101110001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFE1; }

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

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

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

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

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

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

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

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