Html Css Color HEX #BAEECA Granny Apple

📋 copy color: '#BAEECA'

red 186 ◦ green 238 ◦ blue 202

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

Shades of Granny Apple #BAEECA

Tints of Granny Apple #BAEECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.02%

 BLUE value IS 202 (79.3% from 255) = 32.27%

R = 29.71%
G = 38.02%
B = 32.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#BAEECA (or 0xBAEECA) is known color: Granny Apple. HEX triplet: BA, EE and CA. RGB value is (186,238,202). Sum of RGB (Red+Green+Blue) = 186+238+202=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEECA is #451135. Grayscale: #DADADA. Windows color (decimal): -4526390 or 13299386. OLE color: 13299386.

HSL color Cylindrical-coordinate representation of color #BAEECA: hue angle of 138.46º degrees, saturation: 0.6, 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 #BAEECA is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 202 -
CMYK 0.22 0 0.15 0.07
HSL 138.46º 0.6% 0.83% -
HSV(B) 138.46º 0.22% 0.93% -
XYZ 61.48 75.85 67.28 -
YUV 218.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 186 238 202 0.22 0 0.15 0.07 138.46 0.6 0.83
Hex BA EE CA 16 0 F 7 8A 3C 53
Octal 272 356 312 26 0 17 7 212 74 123
Binary 10111010 11101110 11001010 10110 0 1111 111 10001010 111100 1010011

Color Harmonies of #BAEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEECA

Black with #BAEECA

Text Example


Text Example

White with #BAEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEECA; }

 p { color: rgb(186,238,202); }

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

background-color css

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

 a { background-color: rgb(186,238,202); }

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

border-color css

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

 span { border-color: rgb(186,238,202); }

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