Html Css Color HEX #BEEAF0 Onahau

📋 copy color: '#BEEAF0'

red 190 ◦ green 234 ◦ blue 240

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

Shades of Onahau #BEEAF0

Tints of Onahau #BEEAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.14%

R = 28.61%
G = 35.24%
B = 36.14%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEEAF0 (or 0xBEEAF0) is known color: Onahau. HEX triplet: BE, EA and F0. RGB value is (190,234,240). Sum of RGB (Red+Green+Blue) = 190+234+240=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF0 is #41150F. Grayscale: #DDDDDD. Windows color (decimal): -4265232 or 15788734. OLE color: 15788734.

HSL color Cylindrical-coordinate representation of color #BEEAF0: hue angle of 187.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEAF0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 234 240 -
CMYK 0.21 0.02 0 0.06
HSL 187.2º 0.63% 0.84% -
HSV(B) 187.2º 0.21% 0.94% -
XYZ 66.39 76.08 93.62 -
YUV 221.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 190 234 240 0.21 0.02 0 0.06 187.2 0.63 0.84
Hex BE EA F0 15 2 0 6 BB 3E 54
Octal 276 352 360 25 2 0 6 273 76 124
Binary 10111110 11101010 11110000 10101 10 0 110 10111011 111110 1010100

Color Harmonies of #BEEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAF0

Black with #BEEAF0

Text Example


Text Example

White with #BEEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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