#BEEBFC

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

Shades of Onahau #BEEBFC

Tints of Onahau #BEEBFC

Color information

#BEEBFC (or 0xBEEBFC) is unknown color: approx Onahau. HEX triplet: BE, EB and FC. RGB value is (190,235,252). Sum of RGB (Red+Green+Blue) = 190+235+252=677 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.06% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBFC is #411403. Grayscale: #DFDFDF. Windows color (decimal): -4264964 or 16575422. OLE color: 16575422.

HSL color Cylindrical-coordinate representation of color #BEEBFC: hue angle of 196.45º degrees, saturation: 0.91, 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 #BEEBFC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190235252-
CMYK0.250.0700.01
HSL196.45º91.18%86.67%-
HSV(B)196.45º24.6%98.82%-
XYZ68.5177.39103.42-
YUV223.48144.09104.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.06%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=28.06%
G=34.71%
B=37.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902352520.250.0700.01196.4591.1886.67
HexBEEBFC19701c45b57
Octal27635337431701304133127
Binary10111110111010111111110011001111011100010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBFC; }

 p { color: rgb(190,235,252); }

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

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

 a { background-color: rgb(190,235,252); }

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

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

 span { border-color: rgb(190,235,252); }

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