Html Css Color HEX #BEE3EF Onahau

📋 copy color: '#BEE3EF'

red 190 ◦ green 227 ◦ blue 239

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

Shades of Onahau #BEE3EF

Tints of Onahau #BEE3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.6%

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

R = 28.96%
G = 34.6%
B = 36.43%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEE3EF (or 0xBEE3EF) is known color: Onahau. HEX triplet: BE, E3 and EF. RGB value is (190,227,239). Sum of RGB (Red+Green+Blue) = 190+227+239=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE3EF is #411C10. Grayscale: #D9D9D9. Windows color (decimal): -4267025 or 15721406. OLE color: 15721406.

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

Color convert

RGB 190 227 239 -
CMYK 0.21 0.05 0 0.06
HSL 194.69º 0.6% 0.84% -
HSV(B) 194.69º 0.21% 0.94% -
XYZ 64.28 72.12 92.19 -
YUV 217.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 190 227 239 0.21 0.05 0 0.06 194.69 0.6 0.84
Hex BE E3 EF 15 5 0 6 C3 3C 54
Octal 276 343 357 25 5 0 6 303 74 124
Binary 10111110 11100011 11101111 10101 101 0 110 11000011 111100 1010100

Color Harmonies of #BEE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE3EF

Black with #BEE3EF

Text Example


Text Example

White with #BEE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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