Html Css Color HEX #BEEAEC Onahau

📋 copy color: '#BEEAEC'

red 190 ◦ green 234 ◦ blue 236

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

Shades of Onahau #BEEAEC

Tints of Onahau #BEEAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.45%

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

R = 28.79%
G = 35.45%
B = 35.76%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEEAEC (or 0xBEEAEC) is known color: Onahau. HEX triplet: BE, EA and EC. RGB value is (190,234,236). Sum of RGB (Red+Green+Blue) = 190+234+236=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAEC is #411513. Grayscale: #DDDDDD. Windows color (decimal): -4265236 or 15526590. OLE color: 15526590.

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

Color convert

RGB 190 234 236 -
CMYK 0.19 0.01 0 0.07
HSL 182.61º 0.55% 0.84% -
HSV(B) 182.61º 0.19% 0.93% -
XYZ 65.8 75.85 90.53 -
YUV 221.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 190 234 236 0.19 0.01 0 0.07 182.61 0.55 0.84
Hex BE EA EC 13 1 0 7 B7 37 54
Octal 276 352 354 23 1 0 7 267 67 124
Binary 10111110 11101010 11101100 10011 1 0 111 10110111 110111 1010100

Color Harmonies of #BEEAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAEC

Black with #BEEAEC

Text Example


Text Example

White with #BEEAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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