Html Css Color HEX #BEE2EE Onahau

📋 copy color: '#BEE2EE'

red 190 ◦ green 226 ◦ blue 238

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

Shades of Onahau #BEE2EE

Tints of Onahau #BEE2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.56%

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

R = 29.05%
G = 34.56%
B = 36.39%

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

#BEE2EE (or 0xBEE2EE) is known color: Onahau. HEX triplet: BE, E2 and EE. RGB value is (190,226,238). Sum of RGB (Red+Green+Blue) = 190+226+238=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2EE is #411D11. Grayscale: #D8D8D8. Windows color (decimal): -4267282 or 15655614. OLE color: 15655614.

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

Color convert

RGB 190 226 238 -
CMYK 0.20 0.05 0 0.07
HSL 195º 0.59% 0.84% -
HSV(B) 195º 0.2% 0.93% -
XYZ 63.86 71.51 91.33 -
YUV 216.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 190 226 238 0.20 0.05 0 0.07 195 0.59 0.84
Hex BE E2 EE 14 5 0 7 C3 3B 54
Octal 276 342 356 24 5 0 7 303 73 124
Binary 10111110 11100010 11101110 10100 101 0 111 11000011 111011 1010100

Color Harmonies of #BEE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2EE

Black with #BEE2EE

Text Example


Text Example

White with #BEE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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