#BFEEFC

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

Shades of Onahau #BFEEFC

Tints of Onahau #BFEEFC

Color information

#BFEEFC (or 0xBFEEFC) is unknown color: approx Onahau. HEX triplet: BF, EE and FC. RGB value is (191,238,252). Sum of RGB (Red+Green+Blue) = 191+238+252=681 (90% of max value = 765). Red value is 191 (75% from 255 or 28.05% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEFC is #401103. Grayscale: #E1E1E1. Windows color (decimal): -4198660 or 16576191. OLE color: 16576191.

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

Color convert

RGB191238252-
CMYK0.240.0600.01
HSL193.77º91.04%86.86%-
HSV(B)193.77º24.21%98.82%-
XYZ69.6379.25103.72-
YUV225.54142.93103.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.05%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 252 (98.83% from 255) = 37.00%
R=28.05%
G=34.95%
B=37.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912382520.240.0600.01193.7791.0486.86
HexBFEEFC18601c25b57
Octal27735637430601302133127
Binary10111111111011101111110011000110011100001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEFC; }

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

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

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

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

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

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

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

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