Html Css Color HEX #BEE5EF Onahau

📋 copy color: '#BEE5EF'

red 190 ◦ green 229 ◦ blue 239

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

Shades of Onahau #BEE5EF

Tints of Onahau #BEE5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.8%

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

R = 28.88%
G = 34.8%
B = 36.32%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEE5EF (or 0xBEE5EF) is known color: Onahau. HEX triplet: BE, E5 and EF. RGB value is (190,229,239). Sum of RGB (Red+Green+Blue) = 190+229+239=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5EF is #411A10. Grayscale: #DADADA. Windows color (decimal): -4266513 or 15721918. OLE color: 15721918.

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

Color convert

RGB 190 229 239 -
CMYK 0.21 0.04 0 0.06
HSL 192.24º 0.6% 0.84% -
HSV(B) 192.24º 0.21% 0.94% -
XYZ 64.83 73.22 92.38 -
YUV 218.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 190 229 239 0.21 0.04 0 0.06 192.24 0.6 0.84
Hex BE E5 EF 15 4 0 6 C0 3C 54
Octal 276 345 357 25 4 0 6 300 74 124
Binary 10111110 11100101 11101111 10101 100 0 110 11000000 111100 1010100

Color Harmonies of #BEE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE5EF

Black with #BEE5EF

Text Example


Text Example

White with #BEE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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