#BEEBFB

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

Shades of Onahau #BEEBFB

Tints of Onahau #BEEBFB

Color information

#BEEBFB (or 0xBEEBFB) is unknown color: approx Onahau. HEX triplet: BE, EB and FB. RGB value is (190,235,251). Sum of RGB (Red+Green+Blue) = 190+235+251=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEEBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBFB is #411404. Grayscale: #DFDFDF. Windows color (decimal): -4264965 or 16509886. OLE color: 16509886.

HSL color Cylindrical-coordinate representation of color #BEEBFB: hue angle of 195.74º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEEBFB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190235251-
CMYK0.240.0600.02
HSL195.74º88.41%86.47%-
HSV(B)195.74º24.3%98.43%-
XYZ68.3677.33102.59-
YUV223.37143.59104.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.11%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=28.11%
G=34.76%
B=37.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902352510.240.0600.02195.7488.4186.47
HexBEEBFB18602c45856
Octal27635337330602304130126
Binary101111101110101111111011110001100101100010010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBFB; }

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

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

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

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

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

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

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

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