#BEEBFF

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

Shades of Onahau #BEEBFF

Tints of Onahau #BEEBFF

Color information

#BEEBFF (or 0xBEEBFF) is unknown color: approx Onahau. HEX triplet: BE, EB and FF. RGB value is (190,235,255). Sum of RGB (Red+Green+Blue) = 190+235+255=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBFF is #411400. Grayscale: #DFDFDF. Windows color (decimal): -4264961 or 16772030. OLE color: 16772030.

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

Color convert

RGB190235255-
CMYK0.250.0800
HSL198.46º100%87.25%-
HSV(B)198.46º25.49%100%-
XYZ68.9977.58105.95-
YUV223.82145.59103.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.94%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 255 (100% from 255) = 37.5%
R=27.94%
G=34.56%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902352550.250.0800198.4610087.25
HexBEEBFF19800c66457
Octal276353377311000306144127
Binary101111101110101111111111110011000001100011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBFF; }

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

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

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

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

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

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

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

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