#BFDAE4

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

Shades of Onahau #BFDAE4

Tints of Onahau #BFDAE4

Color information

#BFDAE4 (or 0xBFDAE4) is unknown color: approx Onahau. HEX triplet: BF, DA and E4. RGB value is (191,218,228). Sum of RGB (Red+Green+Blue) = 191+218+228=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFDAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAE4 is #40251B. Grayscale: #D3D3D3. Windows color (decimal): -4203804 or 14998207. OLE color: 14998207.

HSL color Cylindrical-coordinate representation of color #BFDAE4: hue angle of 196.22º degrees, saturation: 0.41, 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 #BFDAE4 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191218228-
CMYK0.160.0400.11
HSL196.22º40.66%82.16%-
HSV(B)196.22º16.23%89.41%-
XYZ60.5666.8283.1-
YUV211.07137.55113.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=29.98%
G=34.22%
B=35.79%

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
Decimal1912182280.160.0400.11196.2240.6682.16
HexBFDAE41040Bc42952
Octal27733234420401330451122
Binary1011111111011010111001001000010001011110001001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAE4; }

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

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

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

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

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

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

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

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