Html Css Color HEX #BCE6CA Granny Apple

📋 copy color: '#BCE6CA'

red 188 ◦ green 230 ◦ blue 202

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

Shades of Granny Apple #BCE6CA

Tints of Granny Apple #BCE6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.1%

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

R = 30.32%
G = 37.1%
B = 32.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#BCE6CA (or 0xBCE6CA) is known color: Granny Apple. HEX triplet: BC, E6 and CA. RGB value is (188,230,202). Sum of RGB (Red+Green+Blue) = 188+230+202=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6CA is #431935. Grayscale: #D6D6D6. Windows color (decimal): -4397366 or 13297340. OLE color: 13297340.

HSL color Cylindrical-coordinate representation of color #BCE6CA: hue angle of 140º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6CA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 202 -
CMYK 0.18 0 0.12 0.10
HSL 140º 0.46% 0.82% -
HSV(B) 140º 0.18% 0.9% -
XYZ 59.7 71.55 66.54 -
YUV 214.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 188 230 202 0.18 0 0.12 0.10 140 0.46 0.82
Hex BC E6 CA 12 0 C A 8C 2E 52
Octal 274 346 312 22 0 14 12 214 56 122
Binary 10111100 11100110 11001010 10010 0 1100 1010 10001100 101110 1010010

Color Harmonies of #BCE6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6CA

Black with #BCE6CA

Text Example


Text Example

White with #BCE6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6CA; }

 p { color: rgb(188,230,202); }

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

background-color css

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

 a { background-color: rgb(188,230,202); }

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

border-color css

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

 span { border-color: rgb(188,230,202); }

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