Html Css Color HEX #BAE2EE Onahau

📋 copy color: '#BAE2EE'

red 186 ◦ green 226 ◦ blue 238

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

Shades of Onahau #BAE2EE

Tints of Onahau #BAE2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 28.62%
G = 34.77%
B = 36.62%

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

#BAE2EE (or 0xBAE2EE) is known color: Onahau. HEX triplet: BA, E2 and EE. RGB value is (186,226,238). Sum of RGB (Red+Green+Blue) = 186+226+238=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2EE is #451D11. Grayscale: #D7D7D7. Windows color (decimal): -4529426 or 15655610. OLE color: 15655610.

HSL color Cylindrical-coordinate representation of color #BAE2EE: hue angle of 193.85º degrees, saturation: 0.6, 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 #BAE2EE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 226 238 -
CMYK 0.22 0.05 0 0.07
HSL 193.85º 0.6% 0.83% -
HSV(B) 193.85º 0.22% 0.93% -
XYZ 62.88 71 91.28 -
YUV 215.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 186 226 238 0.22 0.05 0 0.07 193.85 0.6 0.83
Hex BA E2 EE 16 5 0 7 C2 3C 53
Octal 272 342 356 26 5 0 7 302 74 123
Binary 10111010 11100010 11101110 10110 101 0 111 11000010 111100 1010011

Color Harmonies of #BAE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE2EE

Black with #BAE2EE

Text Example


Text Example

White with #BAE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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