Html Css Color HEX #BEE6F0 Onahau

📋 copy color: '#BEE6F0'

red 190 ◦ green 230 ◦ blue 240

#BEE6F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BEE6F0

Tints of Onahau #BEE6F0

RGB

 RED value IS 190 (74.61% from 255) = 28.79%

 GREEN value IS 230 (90.23% from 255) = 34.85%

 BLUE value IS 240 (94.14% from 255) = 36.36%

R = 28.79%
G = 34.85%
B = 36.36%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEE6F0 (or 0xBEE6F0) is known color: Onahau. HEX triplet: BE, E6 and F0. RGB value is (190,230,240). Sum of RGB (Red+Green+Blue) = 190+230+240=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6F0 is #41190F. Grayscale: #DBDBDB. Windows color (decimal): -4266256 or 15787710. OLE color: 15787710.

HSL color Cylindrical-coordinate representation of color #BEE6F0: hue angle of 192º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE6F0 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 230 240 -
CMYK 0.21 0.04 0 0.06
HSL 192º 0.63% 0.84% -
HSV(B) 192º 0.21% 0.94% -
XYZ 65.26 73.83 93.25 -
YUV 219.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 190 230 240 0.21 0.04 0 0.06 192 0.63 0.84
Hex BE E6 F0 15 4 0 6 C0 3E 54
Octal 276 346 360 25 4 0 6 300 76 124
Binary 10111110 11100110 11110000 10101 100 0 110 11000000 111110 1010100

Color Harmonies of #BEE6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE6F0

Black with #BEE6F0

Text Example


Text Example

White with #BEE6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE6F0; }

 p { color: rgb(190,230,240); }

 H1.HeaderClassName
 {
   color: #BEE6F0;
 }
 .AnyTagClassName
 {
   color: #BEE6F0;
 }
</style>

background-color css

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

 a { background-color: rgb(190,230,240); }

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

border-color css

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

 span { border-color: rgb(190,230,240); }

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