#BFEAF9

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

Shades of Onahau #BFEAF9

Tints of Onahau #BFEAF9

Color information

#BFEAF9 (or 0xBFEAF9) is unknown color: approx Onahau. HEX triplet: BF, EA and F9. RGB value is (191,234,249). Sum of RGB (Red+Green+Blue) = 191+234+249=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEAF9 is #401506. Grayscale: #DEDEDE. Windows color (decimal): -4199687 or 16378559. OLE color: 16378559.

HSL color Cylindrical-coordinate representation of color #BFEAF9: hue angle of 195.52º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFEAF9 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191234249-
CMYK0.230.0600.02
HSL195.52º82.86%86.27%-
HSV(B)195.52º23.29%97.65%-
XYZ68.0176.76100.85-
YUV222.85142.75105.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=28.34%
G=34.72%
B=36.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912342490.230.0600.02195.5282.8686.27
HexBFEAF917602c45356
Octal27735237127602304123126
Binary101111111110101011111001101111100101100010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAF9; }

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

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

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

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

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

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

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

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