Html Css Color HEX #BAEACB Granny Apple

📋 copy color: '#BAEACB'

red 186 ◦ green 234 ◦ blue 203

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

Shades of Granny Apple #BAEACB

Tints of Granny Apple #BAEACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.56%

 BLUE value IS 203 (79.69% from 255) = 32.58%

R = 29.86%
G = 37.56%
B = 32.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#BAEACB (or 0xBAEACB) is known color: Granny Apple. HEX triplet: BA, EA and CB. RGB value is (186,234,203). Sum of RGB (Red+Green+Blue) = 186+234+203=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEACB is #451534. Grayscale: #D8D8D8. Windows color (decimal): -4527413 or 13363898. OLE color: 13363898.

HSL color Cylindrical-coordinate representation of color #BAEACB: hue angle of 141.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEACB is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 203 -
CMYK 0.21 0 0.13 0.08
HSL 141.25º 0.53% 0.82% -
HSV(B) 141.25º 0.21% 0.92% -
XYZ 60.45 73.6 67.52 -
YUV 216.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 186 234 203 0.21 0 0.13 0.08 141.25 0.53 0.82
Hex BA EA CB 15 0 D 8 8D 35 52
Octal 272 352 313 25 0 15 10 215 65 122
Binary 10111010 11101010 11001011 10101 0 1101 1000 10001101 110101 1010010

Color Harmonies of #BAEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEACB

Black with #BAEACB

Text Example


Text Example

White with #BAEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEACB; }

 p { color: rgb(186,234,203); }

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

background-color css

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

 a { background-color: rgb(186,234,203); }

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

border-color css

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

 span { border-color: rgb(186,234,203); }

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