Html Css Color HEX #BAEACC Granny Apple

📋 copy color: '#BAEACC'

red 186 ◦ green 234 ◦ blue 204

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

Shades of Granny Apple #BAEACC

Tints of Granny Apple #BAEACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.69%

R = 29.81%
G = 37.5%
B = 32.69%

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

#BAEACC (or 0xBAEACC) is known color: Granny Apple. HEX triplet: BA, EA and CC. RGB value is (186,234,204). Sum of RGB (Red+Green+Blue) = 186+234+204=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEACC is #451533. Grayscale: #D8D8D8. Windows color (decimal): -4527412 or 13429434. OLE color: 13429434.

HSL color Cylindrical-coordinate representation of color #BAEACC: hue angle of 142.5º 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 #BAEACC is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 204 -
CMYK 0.21 0 0.13 0.08
HSL 142.5º 0.53% 0.82% -
HSV(B) 142.5º 0.21% 0.92% -
XYZ 60.57 73.64 68.15 -
YUV 216.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 186 234 204 0.21 0 0.13 0.08 142.5 0.53 0.82
Hex BA EA CC 15 0 D 8 8E 35 52
Octal 272 352 314 25 0 15 10 216 65 122
Binary 10111010 11101010 11001100 10101 0 1101 1000 10001110 110101 1010010

Color Harmonies of #BAEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEACC

Black with #BAEACC

Text Example


Text Example

White with #BAEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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