Html Css Color HEX #BEE0EF Onahau

📋 copy color: '#BEE0EF'

red 190 ◦ green 224 ◦ blue 239

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

Shades of Onahau #BEE0EF

Tints of Onahau #BEE0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 29.1%
G = 34.3%
B = 36.6%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEE0EF (or 0xBEE0EF) is known color: Onahau. HEX triplet: BE, E0 and EF. RGB value is (190,224,239). Sum of RGB (Red+Green+Blue) = 190+224+239=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0EF is #411F10. Grayscale: #D7D7D7. Windows color (decimal): -4267793 or 15720638. OLE color: 15720638.

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

Color convert

RGB 190 224 239 -
CMYK 0.21 0.06 0 0.06
HSL 198.37º 0.6% 0.84% -
HSV(B) 198.37º 0.21% 0.94% -
XYZ 63.47 70.49 91.92 -
YUV 215.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 190 224 239 0.21 0.06 0 0.06 198.37 0.6 0.84
Hex BE E0 EF 15 6 0 6 C6 3C 54
Octal 276 340 357 25 6 0 6 306 74 124
Binary 10111110 11100000 11101111 10101 110 0 110 11000110 111100 1010100

Color Harmonies of #BEE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0EF

Black with #BEE0EF

Text Example


Text Example

White with #BEE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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