Html Css Color HEX #BAEFE8 Water Leaf

📋 copy color: '#BAEFE8'

red 186 ◦ green 239 ◦ blue 232

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

Shades of Water Leaf #BAEFE8

Tints of Water Leaf #BAEFE8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.38%

 BLUE value IS 232 (91.02% from 255) = 35.31%

R = 28.31%
G = 36.38%
B = 35.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#BAEFE8 (or 0xBAEFE8) is known color: Water Leaf. HEX triplet: BA, EF and E8. RGB value is (186,239,232). Sum of RGB (Red+Green+Blue) = 186+239+232=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFE8 is #451017. Grayscale: #DEDEDE. Windows color (decimal): -4526104 or 15265722. OLE color: 15265722.

HSL color Cylindrical-coordinate representation of color #BAEFE8: hue angle of 172.08º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFE8 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 232 -
CMYK 0.22 0 0.03 0.06
HSL 172.08º 0.62% 0.83% -
HSV(B) 172.08º 0.22% 0.94% -
XYZ 65.68 78 87.94 -
YUV 222.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 186 239 232 0.22 0 0.03 0.06 172.08 0.62 0.83
Hex BA EF E8 16 0 3 6 AC 3E 53
Octal 272 357 350 26 0 3 6 254 76 123
Binary 10111010 11101111 11101000 10110 0 11 110 10101100 111110 1010011

Color Harmonies of #BAEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFE8

Black with #BAEFE8

Text Example


Text Example

White with #BAEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFE8; }

 p { color: rgb(186,239,232); }

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

background-color css

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

 a { background-color: rgb(186,239,232); }

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

border-color css

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

 span { border-color: rgb(186,239,232); }

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