Html Css Color HEX #BAE2ED Onahau

📋 copy color: '#BAE2ED'

red 186 ◦ green 226 ◦ blue 237

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

Shades of Onahau #BAE2ED

Tints of Onahau #BAE2ED

RGB

 RED value IS 186 (73.05% from 255) = 28.66%

 GREEN value IS 226 (88.67% from 255) = 34.82%

 BLUE value IS 237 (92.97% from 255) = 36.52%

R = 28.66%
G = 34.82%
B = 36.52%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAE2ED (or 0xBAE2ED) is known color: Onahau. HEX triplet: BA, E2 and ED. RGB value is (186,226,237). Sum of RGB (Red+Green+Blue) = 186+226+237=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2ED is #451D12. Grayscale: #D7D7D7. Windows color (decimal): -4529427 or 15590074. OLE color: 15590074.

HSL color Cylindrical-coordinate representation of color #BAE2ED: hue angle of 192.94º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE2ED is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 226 237 -
CMYK 0.22 0.05 0 0.07
HSL 192.94º 0.59% 0.83% -
HSV(B) 192.94º 0.22% 0.93% -
XYZ 62.73 70.95 90.51 -
YUV 215.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 186 226 237 0.22 0.05 0 0.07 192.94 0.59 0.83
Hex BA E2 ED 16 5 0 7 C1 3B 53
Octal 272 342 355 26 5 0 7 301 73 123
Binary 10111010 11100010 11101101 10110 101 0 111 11000001 111011 1010011

Color Harmonies of #BAE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE2ED

Black with #BAE2ED

Text Example


Text Example

White with #BAE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE2ED; }

 p { color: rgb(186,226,237); }

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

background-color css

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

 a { background-color: rgb(186,226,237); }

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

border-color css

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

 span { border-color: rgb(186,226,237); }

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