Html Css Color HEX #BAE6EE Onahau

📋 copy color: '#BAE6EE'

red 186 ◦ green 230 ◦ blue 238

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

Shades of Onahau #BAE6EE

Tints of Onahau #BAE6EE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.17%

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

R = 28.44%
G = 35.17%
B = 36.39%

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

#BAE6EE (or 0xBAE6EE) is known color: Onahau. HEX triplet: BA, E6 and EE. RGB value is (186,230,238). Sum of RGB (Red+Green+Blue) = 186+230+238=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6EE is #451911. Grayscale: #D9D9D9. Windows color (decimal): -4528402 or 15656634. OLE color: 15656634.

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

Color convert

RGB 186 230 238 -
CMYK 0.22 0.03 0 0.07
HSL 189.23º 0.6% 0.83% -
HSV(B) 189.23º 0.22% 0.93% -
XYZ 63.98 73.21 91.65 -
YUV 217.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 186 230 238 0.22 0.03 0 0.07 189.23 0.6 0.83
Hex BA E6 EE 16 3 0 7 BD 3C 53
Octal 272 346 356 26 3 0 7 275 74 123
Binary 10111010 11100110 11101110 10110 11 0 111 10111101 111100 1010011

Color Harmonies of #BAE6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6EE

Black with #BAE6EE

Text Example


Text Example

White with #BAE6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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