Html Css Color HEX #BAEBCC Granny Apple

📋 copy color: '#BAEBCC'

red 186 ◦ green 235 ◦ blue 204

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

Shades of Granny Apple #BAEBCC

Tints of Granny Apple #BAEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.6%

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

R = 29.76%
G = 37.6%
B = 32.64%

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

#BAEBCC (or 0xBAEBCC) is known color: Granny Apple. HEX triplet: BA, EB and CC. RGB value is (186,235,204). Sum of RGB (Red+Green+Blue) = 186+235+204=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBCC is #451433. Grayscale: #D8D8D8. Windows color (decimal): -4527156 or 13429690. OLE color: 13429690.

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

Color convert

RGB 186 235 204 -
CMYK 0.21 0 0.13 0.08
HSL 142.04º 0.55% 0.83% -
HSV(B) 142.04º 0.21% 0.92% -
XYZ 60.86 74.22 68.24 -
YUV 216.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 186 235 204 0.21 0 0.13 0.08 142.04 0.55 0.83
Hex BA EB CC 15 0 D 8 8E 37 53
Octal 272 353 314 25 0 15 10 216 67 123
Binary 10111010 11101011 11001100 10101 0 1101 1000 10001110 110111 1010011

Color Harmonies of #BAEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBCC

Black with #BAEBCC

Text Example


Text Example

White with #BAEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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