Html Css Color HEX #BAEDCC Granny Apple

📋 copy color: '#BAEDCC'

red 186 ◦ green 237 ◦ blue 204

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

Shades of Granny Apple #BAEDCC

Tints of Granny Apple #BAEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.8%

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

R = 29.67%
G = 37.8%
B = 32.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BAEDCC (or 0xBAEDCC) is known color: Granny Apple. HEX triplet: BA, ED and CC. RGB value is (186,237,204). Sum of RGB (Red+Green+Blue) = 186+237+204=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDCC is #451233. Grayscale: #DADADA. Windows color (decimal): -4526644 or 13430202. OLE color: 13430202.

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

Color convert

RGB 186 237 204 -
CMYK 0.22 0 0.14 0.07
HSL 141.18º 0.59% 0.83% -
HSV(B) 141.18º 0.22% 0.93% -
XYZ 61.43 75.37 68.44 -
YUV 217.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 186 237 204 0.22 0 0.14 0.07 141.18 0.59 0.83
Hex BA ED CC 16 0 E 7 8D 3B 53
Octal 272 355 314 26 0 16 7 215 73 123
Binary 10111010 11101101 11001100 10110 0 1110 111 10001101 111011 1010011

Color Harmonies of #BAEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDCC

Black with #BAEDCC

Text Example


Text Example

White with #BAEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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