#BFEBF9

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

Shades of Onahau #BFEBF9

Tints of Onahau #BFEBF9

Color information

#BFEBF9 (or 0xBFEBF9) is unknown color: approx Onahau. HEX triplet: BF, EB and F9. RGB value is (191,235,249). Sum of RGB (Red+Green+Blue) = 191+235+249=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBF9 is #401406. Grayscale: #DFDFDF. Windows color (decimal): -4199431 or 16378815. OLE color: 16378815.

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

Color convert

RGB191235249-
CMYK0.230.0600.02
HSL194.48º82.86%86.27%-
HSV(B)194.48º23.29%97.65%-
XYZ68.2977.33100.95-
YUV223.44142.42104.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=28.30%
G=34.81%
B=36.89%

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
Decimal1912352490.230.0600.02194.4882.8686.27
HexBFEBF917602c25356
Octal27735337127602302123126
Binary101111111110101111111001101111100101100001010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBF9; }

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

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

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

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

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

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

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

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