Html Css Color HEX #BAEBCB Granny Apple

📋 copy color: '#BAEBCB'

red 186 ◦ green 235 ◦ blue 203

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

Shades of Granny Apple #BAEBCB

Tints of Granny Apple #BAEBCB

RGB

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

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

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

R = 29.81%
G = 37.66%
B = 32.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#BAEBCB (or 0xBAEBCB) is known color: Granny Apple. HEX triplet: BA, EB and CB. RGB value is (186,235,203). Sum of RGB (Red+Green+Blue) = 186+235+203=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBCB is #451434. Grayscale: #D8D8D8. Windows color (decimal): -4527157 or 13364154. OLE color: 13364154.

HSL color Cylindrical-coordinate representation of color #BAEBCB: hue angle of 140.82º 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 #BAEBCB is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 203 -
CMYK 0.21 0 0.14 0.08
HSL 140.82º 0.55% 0.83% -
HSV(B) 140.82º 0.21% 0.92% -
XYZ 60.74 74.17 67.61 -
YUV 216.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 186 235 203 0.21 0 0.14 0.08 140.82 0.55 0.83
Hex BA EB CB 15 0 E 8 8D 37 53
Octal 272 353 313 25 0 16 10 215 67 123
Binary 10111010 11101011 11001011 10101 0 1110 1000 10001101 110111 1010011

Color Harmonies of #BAEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBCB

Black with #BAEBCB

Text Example


Text Example

White with #BAEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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