#BFDAE3

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

Shades of Onahau #BFDAE3

Tints of Onahau #BFDAE3

Color information

#BFDAE3 (or 0xBFDAE3) is unknown color: approx Onahau. HEX triplet: BF, DA and E3. RGB value is (191,218,227). Sum of RGB (Red+Green+Blue) = 191+218+227=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFDAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAE3 is #40251C. Grayscale: #D2D2D2. Windows color (decimal): -4203805 or 14932671. OLE color: 14932671.

HSL color Cylindrical-coordinate representation of color #BFDAE3: hue angle of 195º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFDAE3 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191218227-
CMYK0.160.0400.11
HSL195º39.13%81.96%-
HSV(B)195º15.86%89.02%-
XYZ60.4266.7782.38-
YUV210.95137.05113.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=30.03%
G=34.28%
B=35.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912182270.160.0400.1119539.1381.96
HexBFDAE31040Bc32752
Octal27733234320401330347122
Binary1011111111011010111000111000010001011110000111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAE3; }

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

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

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

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

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

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

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

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