Html Css Color HEX #BAECCC Granny Apple

📋 copy color: '#BAECCC'

red 186 ◦ green 236 ◦ blue 204

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

Shades of Granny Apple #BAECCC

Tints of Granny Apple #BAECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.7%

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

R = 29.71%
G = 37.7%
B = 32.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BAECCC (or 0xBAECCC) is known color: Granny Apple. HEX triplet: BA, EC and CC. RGB value is (186,236,204). Sum of RGB (Red+Green+Blue) = 186+236+204=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECCC is #451333. Grayscale: #D9D9D9. Windows color (decimal): -4526900 or 13429946. OLE color: 13429946.

HSL color Cylindrical-coordinate representation of color #BAECCC: hue angle of 141.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECCC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 204 -
CMYK 0.21 0 0.14 0.07
HSL 141.6º 0.57% 0.83% -
HSV(B) 141.6º 0.21% 0.93% -
XYZ 61.14 74.79 68.34 -
YUV 217.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 186 236 204 0.21 0 0.14 0.07 141.6 0.57 0.83
Hex BA EC CC 15 0 E 7 8E 39 53
Octal 272 354 314 25 0 16 7 216 71 123
Binary 10111010 11101100 11001100 10101 0 1110 111 10001110 111001 1010011

Color Harmonies of #BAECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECCC

Black with #BAECCC

Text Example


Text Example

White with #BAECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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