Html Css Color HEX #BEE2E6 Onahau

📋 copy color: '#BEE2E6'

red 190 ◦ green 226 ◦ blue 230

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

Shades of Onahau #BEE2E6

Tints of Onahau #BEE2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.6%

R = 29.41%
G = 34.98%
B = 35.6%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BEE2E6 (or 0xBEE2E6) is known color: Onahau. HEX triplet: BE, E2 and E6. RGB value is (190,226,230). Sum of RGB (Red+Green+Blue) = 190+226+230=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEE2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2E6 is #411D19. Grayscale: #D7D7D7. Windows color (decimal): -4267290 or 15131326. OLE color: 15131326.

HSL color Cylindrical-coordinate representation of color #BEE2E6: hue angle of 186º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE2E6 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 226 230 -
CMYK 0.17 0.02 0 0.10
HSL 186º 0.44% 0.82% -
HSV(B) 186º 0.17% 0.9% -
XYZ 62.71 71.05 85.27 -
YUV 215.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 190 226 230 0.17 0.02 0 0.10 186 0.44 0.82
Hex BE E2 E6 11 2 0 A BA 2C 52
Octal 276 342 346 21 2 0 12 272 54 122
Binary 10111110 11100010 11100110 10001 10 0 1010 10111010 101100 1010010

Color Harmonies of #BEE2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2E6

Black with #BEE2E6

Text Example


Text Example

White with #BEE2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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