Html Css Color HEX #BEE7EC Onahau

📋 copy color: '#BEE7EC'

red 190 ◦ green 231 ◦ blue 236

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

Shades of Onahau #BEE7EC

Tints of Onahau #BEE7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.16%

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

R = 28.92%
G = 35.16%
B = 35.92%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEE7EC (or 0xBEE7EC) is known color: Onahau. HEX triplet: BE, E7 and EC. RGB value is (190,231,236). Sum of RGB (Red+Green+Blue) = 190+231+236=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7EC is #411813. Grayscale: #DBDBDB. Windows color (decimal): -4266004 or 15525822. OLE color: 15525822.

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

Color convert

RGB 190 231 236 -
CMYK 0.19 0.02 0 0.07
HSL 186.52º 0.55% 0.84% -
HSV(B) 186.52º 0.19% 0.93% -
XYZ 64.95 74.16 90.25 -
YUV 219.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 190 231 236 0.19 0.02 0 0.07 186.52 0.55 0.84
Hex BE E7 EC 13 2 0 7 BB 37 54
Octal 276 347 354 23 2 0 7 273 67 124
Binary 10111110 11100111 11101100 10011 10 0 111 10111011 110111 1010100

Color Harmonies of #BEE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE7EC

Black with #BEE7EC

Text Example


Text Example

White with #BEE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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