#BFEEFD

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

Shades of Onahau #BFEEFD

Tints of Onahau #BFEEFD

Color information

#BFEEFD (or 0xBFEEFD) is unknown color: approx Onahau. HEX triplet: BF, EE and FD. RGB value is (191,238,253). Sum of RGB (Red+Green+Blue) = 191+238+253=682 (90% of max value = 765). Red value is 191 (75% from 255 or 28.01% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEFD is #401102. Grayscale: #E1E1E1. Windows color (decimal): -4198659 or 16641727. OLE color: 16641727.

HSL color Cylindrical-coordinate representation of color #BFEEFD: hue angle of 194.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFEEFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191238253-
CMYK0.250.0600.01
HSL194.52º93.94%87.06%-
HSV(B)194.52º24.51%99.22%-
XYZ69.7979.32104.56-
YUV225.66143.43103.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.01%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=28.01%
G=34.90%
B=37.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912382530.250.0600.01194.5293.9487.06
HexBFEEFD19601c35e57
Octal27735637531601303136127
Binary10111111111011101111110111001110011100001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEFD; }

 p { color: rgb(191,238,253); }

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

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

 a { background-color: rgb(191,238,253); }

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

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

 span { border-color: rgb(191,238,253); }

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