Html Css Color HEX #BEEAF3 Onahau

📋 copy color: '#BEEAF3'

red 190 ◦ green 234 ◦ blue 243

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

Shades of Onahau #BEEAF3

Tints of Onahau #BEEAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.43%

R = 28.49%
G = 35.08%
B = 36.43%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEEAF3 (or 0xBEEAF3) is known color: Onahau. HEX triplet: BE, EA and F3. RGB value is (190,234,243). Sum of RGB (Red+Green+Blue) = 190+234+243=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF3 is #41150C. Grayscale: #DDDDDD. Windows color (decimal): -4265229 or 15985342. OLE color: 15985342.

HSL color Cylindrical-coordinate representation of color #BEEAF3: hue angle of 190.19º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEEAF3 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 234 243 -
CMYK 0.22 0.04 0 0.05
HSL 190.19º 0.69% 0.85% -
HSV(B) 190.19º 0.22% 0.95% -
XYZ 66.84 76.26 95.99 -
YUV 221.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 190 234 243 0.22 0.04 0 0.05 190.19 0.69 0.85
Hex BE EA F3 16 4 0 5 BE 45 55
Octal 276 352 363 26 4 0 5 276 105 125
Binary 10111110 11101010 11110011 10110 100 0 101 10111110 1000101 1010101

Color Harmonies of #BEEAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAF3

Black with #BEEAF3

Text Example


Text Example

White with #BEEAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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