#BFEDF9

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

Shades of Onahau #BFEDF9

Tints of Onahau #BFEDF9

Color information

#BFEDF9 (or 0xBFEDF9) is unknown color: approx Onahau. HEX triplet: BF, ED and F9. RGB value is (191,237,249). Sum of RGB (Red+Green+Blue) = 191+237+249=677 (89% of max value = 765). Red value is 191 (75% from 255 or 28.21% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDF9 is #401206. Grayscale: #E0E0E0. Windows color (decimal): -4198919 or 16379327. OLE color: 16379327.

HSL color Cylindrical-coordinate representation of color #BFEDF9: hue angle of 192.41º 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 #BFEDF9 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191237249-
CMYK0.230.0500.02
HSL192.41º82.86%86.27%-
HSV(B)192.41º23.29%97.65%-
XYZ68.8778.48101.14-
YUV224.61141.76104.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.21%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=28.21%
G=35.01%
B=36.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912372490.230.0500.02192.4182.8686.27
HexBFEDF917502c05356
Octal27735537127502300123126
Binary101111111110110111111001101111010101100000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDF9; }

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

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

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

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

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

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

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

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