Html Css Color HEX #BEEAF1 Onahau

📋 copy color: '#BEEAF1'

red 190 ◦ green 234 ◦ blue 241

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

Shades of Onahau #BEEAF1

Tints of Onahau #BEEAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.24%

R = 28.57%
G = 35.19%
B = 36.24%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEEAF1 (or 0xBEEAF1) is known color: Onahau. HEX triplet: BE, EA and F1. RGB value is (190,234,241). Sum of RGB (Red+Green+Blue) = 190+234+241=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF1 is #41150E. Grayscale: #DDDDDD. Windows color (decimal): -4265231 or 15854270. OLE color: 15854270.

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

Color convert

RGB 190 234 241 -
CMYK 0.21 0.03 0 0.05
HSL 188.24º 0.65% 0.85% -
HSV(B) 188.24º 0.21% 0.95% -
XYZ 66.54 76.14 94.41 -
YUV 221.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 190 234 241 0.21 0.03 0 0.05 188.24 0.65 0.85
Hex BE EA F1 15 3 0 5 BC 41 55
Octal 276 352 361 25 3 0 5 274 101 125
Binary 10111110 11101010 11110001 10101 11 0 101 10111100 1000001 1010101

Color Harmonies of #BEEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAF1

Black with #BEEAF1

Text Example


Text Example

White with #BEEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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