#BEEBF4

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

Shades of Onahau #BEEBF4

Tints of Onahau #BEEBF4

Color information

#BEEBF4 (or 0xBEEBF4) is unknown color: approx Onahau. HEX triplet: BE, EB and F4. RGB value is (190,235,244). Sum of RGB (Red+Green+Blue) = 190+235+244=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBF4 is #41140B. Grayscale: #DEDEDE. Windows color (decimal): -4264972 or 16051134. OLE color: 16051134.

HSL color Cylindrical-coordinate representation of color #BEEBF4: hue angle of 190º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEEBF4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190235244-
CMYK0.220.0400.04
HSL190º71.05%85.1%-
HSV(B)190º22.13%95.69%-
XYZ67.2776.996.88-
YUV222.57140.09104.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.40%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 244 (95.70% from 255) = 36.47%
R=28.40%
G=35.13%
B=36.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902352440.220.0400.0419071.0585.1
HexBEEBF416404be4755
Octal27635336426404276107125
Binary1011111011101011111101001011010001001011111010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBF4; }

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

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

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

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

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

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

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

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