Html Css Color HEX #BEE4ED Onahau

📋 copy color: '#BEE4ED'

red 190 ◦ green 228 ◦ blue 237

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

Shades of Onahau #BEE4ED

Tints of Onahau #BEE4ED

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.81%

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

R = 29.01%
G = 34.81%
B = 36.18%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEE4ED (or 0xBEE4ED) is known color: Onahau. HEX triplet: BE, E4 and ED. RGB value is (190,228,237). Sum of RGB (Red+Green+Blue) = 190+228+237=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4ED is #411B12. Grayscale: #D9D9D9. Windows color (decimal): -4266771 or 15590590. OLE color: 15590590.

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

Color convert

RGB 190 228 237 -
CMYK 0.20 0.04 0 0.07
HSL 191.49º 0.57% 0.84% -
HSV(B) 191.49º 0.2% 0.93% -
XYZ 64.26 72.55 90.74 -
YUV 217.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 190 228 237 0.20 0.04 0 0.07 191.49 0.57 0.84
Hex BE E4 ED 14 4 0 7 BF 39 54
Octal 276 344 355 24 4 0 7 277 71 124
Binary 10111110 11100100 11101101 10100 100 0 111 10111111 111001 1010100

Color Harmonies of #BEE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE4ED

Black with #BEE4ED

Text Example


Text Example

White with #BEE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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