Html Css Color HEX #BCEAC5 Granny Apple

📋 copy color: '#BCEAC5'

red 188 ◦ green 234 ◦ blue 197

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

Shades of Granny Apple #BCEAC5

Tints of Granny Apple #BCEAC5

RGB

 RED value IS 188 (73.83% from 255) = 30.37%

 GREEN value IS 234 (91.8% from 255) = 37.8%

 BLUE value IS 197 (77.34% from 255) = 31.83%

R = 30.37%
G = 37.8%
B = 31.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#BCEAC5 (or 0xBCEAC5) is known color: Granny Apple. HEX triplet: BC, EA and C5. RGB value is (188,234,197). Sum of RGB (Red+Green+Blue) = 188+234+197=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC5 is #43153A. Grayscale: #D8D8D8. Windows color (decimal): -4396347 or 12970684. OLE color: 12970684.

HSL color Cylindrical-coordinate representation of color #BCEAC5: hue angle of 131.74º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAC5 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 197 -
CMYK 0.20 0 0.16 0.08
HSL 131.74º 0.52% 0.83% -
HSV(B) 131.74º 0.2% 0.92% -
XYZ 60.24 73.57 63.85 -
YUV 216.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 188 234 197 0.20 0 0.16 0.08 131.74 0.52 0.83
Hex BC EA C5 14 0 10 8 84 34 53
Octal 274 352 305 24 0 20 10 204 64 123
Binary 10111100 11101010 11000101 10100 0 10000 1000 10000100 110100 1010011

Color Harmonies of #BCEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAC5

Black with #BCEAC5

Text Example


Text Example

White with #BCEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAC5; }

 p { color: rgb(188,234,197); }

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

background-color css

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

 a { background-color: rgb(188,234,197); }

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

border-color css

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

 span { border-color: rgb(188,234,197); }

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