Html Css Color HEX #BAE0EE Onahau

📋 copy color: '#BAE0EE'

red 186 ◦ green 224 ◦ blue 238

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

Shades of Onahau #BAE0EE

Tints of Onahau #BAE0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.57%

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

R = 28.7%
G = 34.57%
B = 36.73%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAE0EE (or 0xBAE0EE) is known color: Onahau. HEX triplet: BA, E0 and EE. RGB value is (186,224,238). Sum of RGB (Red+Green+Blue) = 186+224+238=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0EE is #451F11. Grayscale: #D6D6D6. Windows color (decimal): -4529938 or 15655098. OLE color: 15655098.

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

Color convert

RGB 186 224 238 -
CMYK 0.22 0.06 0 0.07
HSL 196.15º 0.6% 0.83% -
HSV(B) 196.15º 0.22% 0.93% -
XYZ 62.34 69.92 91.1 -
YUV 214.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 186 224 238 0.22 0.06 0 0.07 196.15 0.6 0.83
Hex BA E0 EE 16 6 0 7 C4 3C 53
Octal 272 340 356 26 6 0 7 304 74 123
Binary 10111010 11100000 11101110 10110 110 0 111 11000100 111100 1010011

Color Harmonies of #BAE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0EE

Black with #BAE0EE

Text Example


Text Example

White with #BAE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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