#BFDFEA

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

Shades of Onahau #BFDFEA

Tints of Onahau #BFDFEA

Color information

#BFDFEA (or 0xBFDFEA) is unknown color: approx Onahau. HEX triplet: BF, DF and EA. RGB value is (191,223,234). Sum of RGB (Red+Green+Blue) = 191+223+234=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFEA is #402015. Grayscale: #D6D6D6. Windows color (decimal): -4202518 or 15392703. OLE color: 15392703.

HSL color Cylindrical-coordinate representation of color #BFDFEA: hue angle of 195.35º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDFEA is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191223234-
CMYK0.180.0500.08
HSL195.35º50.59%83.33%-
HSV(B)195.35º18.38%91.76%-
XYZ62.7269.7988.01-
YUV214.69138.9111.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=29.48%
G=34.41%
B=36.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912232340.180.0500.08195.3550.5983.33
HexBFDFEA12508c33353
Octal27733735222501030363123
Binary1011111111011111111010101001010101000110000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFEA; }

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

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

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

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

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

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

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

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