Html Css Color HEX #BEE0ED Onahau

📋 copy color: '#BEE0ED'

red 190 ◦ green 224 ◦ blue 237

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

Shades of Onahau #BEE0ED

Tints of Onahau #BEE0ED

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.41%

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

R = 29.19%
G = 34.41%
B = 36.41%

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

#BEE0ED (or 0xBEE0ED) is known color: Onahau. HEX triplet: BE, E0 and ED. RGB value is (190,224,237). Sum of RGB (Red+Green+Blue) = 190+224+237=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0ED is #411F12. Grayscale: #D7D7D7. Windows color (decimal): -4267795 or 15589566. OLE color: 15589566.

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

Color convert

RGB 190 224 237 -
CMYK 0.20 0.05 0 0.07
HSL 196.6º 0.57% 0.84% -
HSV(B) 196.6º 0.2% 0.93% -
XYZ 63.18 70.37 90.37 -
YUV 215.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 190 224 237 0.20 0.05 0 0.07 196.6 0.57 0.84
Hex BE E0 ED 14 5 0 7 C5 39 54
Octal 276 340 355 24 5 0 7 305 71 124
Binary 10111110 11100000 11101101 10100 101 0 111 11000101 111001 1010100

Color Harmonies of #BEE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0ED

Black with #BEE0ED

Text Example


Text Example

White with #BEE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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