Html Css Color HEX #BCECC4 Granny Apple

📋 copy color: '#BCECC4'

red 188 ◦ green 236 ◦ blue 196

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

Shades of Granny Apple #BCECC4

Tints of Granny Apple #BCECC4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.06%

 BLUE value IS 196 (76.95% from 255) = 31.61%

R = 30.32%
G = 38.06%
B = 31.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#BCECC4 (or 0xBCECC4) is known color: Granny Apple. HEX triplet: BC, EC and C4. RGB value is (188,236,196). Sum of RGB (Red+Green+Blue) = 188+236+196=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECC4 is #43133B. Grayscale: #D9D9D9. Windows color (decimal): -4395836 or 12905660. OLE color: 12905660.

HSL color Cylindrical-coordinate representation of color #BCECC4: hue angle of 130º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECC4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 196 -
CMYK 0.20 0 0.17 0.07
HSL 130º 0.56% 0.83% -
HSV(B) 130º 0.2% 0.93% -
XYZ 60.7 74.67 63.44 -
YUV 217.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 188 236 196 0.20 0 0.17 0.07 130 0.56 0.83
Hex BC EC C4 14 0 11 7 82 38 53
Octal 274 354 304 24 0 21 7 202 70 123
Binary 10111100 11101100 11000100 10100 0 10001 111 10000010 111000 1010011

Color Harmonies of #BCECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECC4

Black with #BCECC4

Text Example


Text Example

White with #BCECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECC4; }

 p { color: rgb(188,236,196); }

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

background-color css

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

 a { background-color: rgb(188,236,196); }

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

border-color css

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

 span { border-color: rgb(188,236,196); }

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