Html Css Color HEX #BAEECB Granny Apple

📋 copy color: '#BAEECB'

red 186 ◦ green 238 ◦ blue 203

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

Shades of Granny Apple #BAEECB

Tints of Granny Apple #BAEECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.38%

R = 29.67%
G = 37.96%
B = 32.38%

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

#BAEECB (or 0xBAEECB) is known color: Granny Apple. HEX triplet: BA, EE and CB. RGB value is (186,238,203). Sum of RGB (Red+Green+Blue) = 186+238+203=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEECB is #451134. Grayscale: #DADADA. Windows color (decimal): -4526389 or 13364922. OLE color: 13364922.

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

Color convert

RGB 186 238 203 -
CMYK 0.22 0 0.15 0.07
HSL 139.62º 0.6% 0.83% -
HSV(B) 139.62º 0.22% 0.93% -
XYZ 61.6 75.9 67.9 -
YUV 218.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 186 238 203 0.22 0 0.15 0.07 139.62 0.6 0.83
Hex BA EE CB 16 0 F 7 8C 3C 53
Octal 272 356 313 26 0 17 7 214 74 123
Binary 10111010 11101110 11001011 10110 0 1111 111 10001100 111100 1010011

Color Harmonies of #BAEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEECB

Black with #BAEECB

Text Example


Text Example

White with #BAEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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