Html Css Color HEX #BCECCC Granny Apple

📋 copy color: '#BCECCC'

red 188 ◦ green 236 ◦ blue 204

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

Shades of Granny Apple #BCECCC

Tints of Granny Apple #BCECCC

RGB

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

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

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

R = 29.94%
G = 37.58%
B = 32.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BCECCC (or 0xBCECCC) is known color: Granny Apple. HEX triplet: BC, EC and CC. RGB value is (188,236,204). Sum of RGB (Red+Green+Blue) = 188+236+204=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECCC is #431333. Grayscale: #DADADA. Windows color (decimal): -4395828 or 13429948. OLE color: 13429948.

HSL color Cylindrical-coordinate representation of color #BCECCC: hue angle of 140º 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 #BCECCC is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 204 -
CMYK 0.20 0 0.14 0.07
HSL 140º 0.56% 0.83% -
HSV(B) 140º 0.2% 0.93% -
XYZ 61.63 75.04 68.36 -
YUV 218 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 188 236 204 0.20 0 0.14 0.07 140 0.56 0.83
Hex BC EC CC 14 0 E 7 8C 38 53
Octal 274 354 314 24 0 16 7 214 70 123
Binary 10111100 11101100 11001100 10100 0 1110 111 10001100 111000 1010011

Color Harmonies of #BCECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECCC

Black with #BCECCC

Text Example


Text Example

White with #BCECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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