Html Css Color HEX #BAE7EE Onahau

📋 copy color: '#BAE7EE'

red 186 ◦ green 231 ◦ blue 238

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

Shades of Onahau #BAE7EE

Tints of Onahau #BAE7EE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.27%

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

R = 28.4%
G = 35.27%
B = 36.34%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAE7EE (or 0xBAE7EE) is known color: Onahau. HEX triplet: BA, E7 and EE. RGB value is (186,231,238). Sum of RGB (Red+Green+Blue) = 186+231+238=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7EE is #451811. Grayscale: #DADADA. Windows color (decimal): -4528146 or 15656890. OLE color: 15656890.

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

Color convert

RGB 186 231 238 -
CMYK 0.22 0.03 0 0.07
HSL 188.08º 0.6% 0.83% -
HSV(B) 188.08º 0.22% 0.93% -
XYZ 64.26 73.76 91.74 -
YUV 218.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 186 231 238 0.22 0.03 0 0.07 188.08 0.6 0.83
Hex BA E7 EE 16 3 0 7 BC 3C 53
Octal 272 347 356 26 3 0 7 274 74 123
Binary 10111010 11100111 11101110 10110 11 0 111 10111100 111100 1010011

Color Harmonies of #BAE7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE7EE

Black with #BAE7EE

Text Example


Text Example

White with #BAE7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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