Html Css Color HEX #BEE1EC Onahau

📋 copy color: '#BEE1EC'

red 190 ◦ green 225 ◦ blue 236

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

Shades of Onahau #BEE1EC

Tints of Onahau #BEE1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.56%

 BLUE value IS 236 (92.58% from 255) = 36.25%

R = 29.19%
G = 34.56%
B = 36.25%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEE1EC (or 0xBEE1EC) is known color: Onahau. HEX triplet: BE, E1 and EC. RGB value is (190,225,236). Sum of RGB (Red+Green+Blue) = 190+225+236=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1EC is #411E13. Grayscale: #D7D7D7. Windows color (decimal): -4267540 or 15524286. OLE color: 15524286.

HSL color Cylindrical-coordinate representation of color #BEE1EC: hue angle of 194.35º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE1EC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 225 236 -
CMYK 0.19 0.05 0 0.07
HSL 194.35º 0.55% 0.84% -
HSV(B) 194.35º 0.19% 0.93% -
XYZ 63.3 70.85 89.7 -
YUV 215.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 190 225 236 0.19 0.05 0 0.07 194.35 0.55 0.84
Hex BE E1 EC 13 5 0 7 C2 37 54
Octal 276 341 354 23 5 0 7 302 67 124
Binary 10111110 11100001 11101100 10011 101 0 111 11000010 110111 1010100

Color Harmonies of #BEE1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1EC

Black with #BEE1EC

Text Example


Text Example

White with #BEE1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1EC; }

 p { color: rgb(190,225,236); }

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

background-color css

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

 a { background-color: rgb(190,225,236); }

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

border-color css

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

 span { border-color: rgb(190,225,236); }

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