#BEF6FF

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

Shades of Onahau #BEF6FF

Tints of Onahau #BEF6FF

Color information

#BEF6FF (or 0xBEF6FF) is unknown color: approx Onahau. HEX triplet: BE, F6 and FF. RGB value is (190,246,255). Sum of RGB (Red+Green+Blue) = 190+246+255=691 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.50% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6FF is #410900. Grayscale: #E6E6E6. Windows color (decimal): -4262145 or 16774846. OLE color: 16774846.

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

Color convert

RGB190246255-
CMYK0.250.0400
HSL188.31º100%87.25%-
HSV(B)188.31º25.49%100%-
XYZ72.2484.08107.03-
YUV230.28141.9599.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.50%
GREEN value IS 246 (96.48% from 255) = 35.60%
BLUE value IS 255 (100% from 255) = 36.90%
R=27.50%
G=35.60%
B=36.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902462550.250.0400188.3110087.25
HexBEF6FF19400bc6457
Octal27636637731400274144127
Binary10111110111101101111111111001100001011110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6FF; }

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

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

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

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

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

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

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

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