Html Css Color HEX #BEE2ED Onahau

📋 copy color: '#BEE2ED'

red 190 ◦ green 226 ◦ blue 237

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

Shades of Onahau #BEE2ED

Tints of Onahau #BEE2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.61%

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 29.1%
G = 34.61%
B = 36.29%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEE2ED (or 0xBEE2ED) is known color: Onahau. HEX triplet: BE, E2 and ED. RGB value is (190,226,237). Sum of RGB (Red+Green+Blue) = 190+226+237=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2ED is #411D12. Grayscale: #D8D8D8. Windows color (decimal): -4267283 or 15590078. OLE color: 15590078.

HSL color Cylindrical-coordinate representation of color #BEE2ED: hue angle of 194.04º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE2ED is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 226 237 -
CMYK 0.20 0.05 0 0.07
HSL 194.04º 0.57% 0.84% -
HSV(B) 194.04º 0.2% 0.93% -
XYZ 63.72 71.45 90.55 -
YUV 216.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 190 226 237 0.20 0.05 0 0.07 194.04 0.57 0.84
Hex BE E2 ED 14 5 0 7 C2 39 54
Octal 276 342 355 24 5 0 7 302 71 124
Binary 10111110 11100010 11101101 10100 101 0 111 11000010 111001 1010100

Color Harmonies of #BEE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2ED

Black with #BEE2ED

Text Example


Text Example

White with #BEE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2ED; }

 p { color: rgb(190,226,237); }

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

background-color css

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

 a { background-color: rgb(190,226,237); }

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

border-color css

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

 span { border-color: rgb(190,226,237); }

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