#BFDAE0

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

Shades of Onahau #BFDAE0

Tints of Onahau #BFDAE0

Color information

#BFDAE0 (or 0xBFDAE0) is unknown color: approx Onahau. HEX triplet: BF, DA and E0. RGB value is (191,218,224). Sum of RGB (Red+Green+Blue) = 191+218+224=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFDAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAE0 is #40251F. Grayscale: #D2D2D2. Windows color (decimal): -4203808 or 14736063. OLE color: 14736063.

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

Color convert

RGB191218224-
CMYK0.150.0300.12
HSL190.91º34.74%81.37%-
HSV(B)190.91º14.73%87.84%-
XYZ60.0166.680.21-
YUV210.61135.55114.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=30.17%
G=34.44%
B=35.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912182240.150.0300.12190.9134.7481.37
HexBFDAE0F30Cbf2351
Octal27733234017301427743121
Binary10111111110110101110000011111101100101111111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAE0; }

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

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

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

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

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

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

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

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