Html Css Color HEX #BCE6CC Granny Apple

📋 copy color: '#BCE6CC'

red 188 ◦ green 230 ◦ blue 204

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

Shades of Granny Apple #BCE6CC

Tints of Granny Apple #BCE6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.8%

R = 30.23%
G = 36.98%
B = 32.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#BCE6CC (or 0xBCE6CC) is known color: Granny Apple. HEX triplet: BC, E6 and CC. RGB value is (188,230,204). Sum of RGB (Red+Green+Blue) = 188+230+204=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6CC is #431933. Grayscale: #D6D6D6. Windows color (decimal): -4397364 or 13428412. OLE color: 13428412.

HSL color Cylindrical-coordinate representation of color #BCE6CC: hue angle of 142.86º 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 #BCE6CC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 204 -
CMYK 0.18 0 0.11 0.10
HSL 142.86º 0.46% 0.82% -
HSV(B) 142.86º 0.18% 0.9% -
XYZ 59.93 71.64 67.8 -
YUV 214.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 188 230 204 0.18 0 0.11 0.10 142.86 0.46 0.82
Hex BC E6 CC 12 0 B A 8F 2E 52
Octal 274 346 314 22 0 13 12 217 56 122
Binary 10111100 11100110 11001100 10010 0 1011 1010 10001111 101110 1010010

Color Harmonies of #BCE6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6CC

Black with #BCE6CC

Text Example


Text Example

White with #BCE6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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