Html Css Color HEX #BEE0EE Onahau

📋 copy color: '#BEE0EE'

red 190 ◦ green 224 ◦ blue 238

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

Shades of Onahau #BEE0EE

Tints of Onahau #BEE0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.5%

R = 29.14%
G = 34.36%
B = 36.5%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEE0EE (or 0xBEE0EE) is known color: Onahau. HEX triplet: BE, E0 and EE. RGB value is (190,224,238). Sum of RGB (Red+Green+Blue) = 190+224+238=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0EE is #411F11. Grayscale: #D7D7D7. Windows color (decimal): -4267794 or 15655102. OLE color: 15655102.

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

Color convert

RGB 190 224 238 -
CMYK 0.20 0.06 0 0.07
HSL 197.5º 0.59% 0.84% -
HSV(B) 197.5º 0.2% 0.93% -
XYZ 63.32 70.43 91.15 -
YUV 215.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 190 224 238 0.20 0.06 0 0.07 197.5 0.59 0.84
Hex BE E0 EE 14 6 0 7 C6 3B 54
Octal 276 340 356 24 6 0 7 306 73 124
Binary 10111110 11100000 11101110 10100 110 0 111 11000110 111011 1010100

Color Harmonies of #BEE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0EE

Black with #BEE0EE

Text Example


Text Example

White with #BEE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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