Html Css Color HEX #BCEBC6 Granny Apple

📋 copy color: '#BCEBC6'

red 188 ◦ green 235 ◦ blue 198

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

Shades of Granny Apple #BCEBC6

Tints of Granny Apple #BCEBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.88%

R = 30.27%
G = 37.84%
B = 31.88%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#BCEBC6 (or 0xBCEBC6) is known color: Granny Apple. HEX triplet: BC, EB and C6. RGB value is (188,235,198). Sum of RGB (Red+Green+Blue) = 188+235+198=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC6 is #431439. Grayscale: #D8D8D8. Windows color (decimal): -4396090 or 13036476. OLE color: 13036476.

HSL color Cylindrical-coordinate representation of color #BCEBC6: hue angle of 132.77º degrees, saturation: 0.54, 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 #BCEBC6 is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 198 -
CMYK 0.2 0 0.16 0.08
HSL 132.77º 0.54% 0.83% -
HSV(B) 132.77º 0.2% 0.92% -
XYZ 60.64 74.19 64.55 -
YUV 216.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 188 235 198 0.2 0 0.16 0.08 132.77 0.54 0.83
Hex BC EB C6 14 0 10 8 85 36 53
Octal 274 353 306 24 0 20 10 205 66 123
Binary 10111100 11101011 11000110 10100 0 10000 1000 10000101 110110 1010011

Color Harmonies of #BCEBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBC6

Black with #BCEBC6

Text Example


Text Example

White with #BCEBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBC6; }

 p { color: rgb(188,235,198); }

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

background-color css

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

 a { background-color: rgb(188,235,198); }

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

border-color css

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

 span { border-color: rgb(188,235,198); }

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