#BEECFF

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

Shades of Onahau #BEECFF

Tints of Onahau #BEECFF

Color information

#BEECFF (or 0xBEECFF) is unknown color: approx Onahau. HEX triplet: BE, EC and FF. RGB value is (190,236,255). Sum of RGB (Red+Green+Blue) = 190+236+255=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECFF is #411300. Grayscale: #E0E0E0. Windows color (decimal): -4264705 or 16772286. OLE color: 16772286.

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

Color convert

RGB190236255-
CMYK0.250.0700
HSL197.54º100%87.25%-
HSV(B)197.54º25.49%100%-
XYZ69.2878.16106.04-
YUV224.41145.26103.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.90%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 255 (100% from 255) = 37.44%
R=27.90%
G=34.65%
B=37.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902362550.250.0700197.5410087.25
HexBEECFF19700c66457
Octal27635437731700306144127
Binary10111110111011001111111111001111001100011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECFF; }

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

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

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

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

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

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

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

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