Html Css Color HEX #BCEBCD Granny Apple

📋 copy color: '#BCEBCD'

red 188 ◦ green 235 ◦ blue 205

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

Shades of Granny Apple #BCEBCD

Tints of Granny Apple #BCEBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.64%

R = 29.94%
G = 37.42%
B = 32.64%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#BCEBCD (or 0xBCEBCD) is known color: Granny Apple. HEX triplet: BC, EB and CD. RGB value is (188,235,205). Sum of RGB (Red+Green+Blue) = 188+235+205=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBCD is #431432. Grayscale: #D9D9D9. Windows color (decimal): -4396083 or 13495228. OLE color: 13495228.

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

Color convert

RGB 188 235 205 -
CMYK 0.2 0 0.13 0.08
HSL 141.7º 0.54% 0.83% -
HSV(B) 141.7º 0.2% 0.92% -
XYZ 61.47 74.52 68.9 -
YUV 217.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 188 235 205 0.2 0 0.13 0.08 141.7 0.54 0.83
Hex BC EB CD 14 0 D 8 8E 36 53
Octal 274 353 315 24 0 15 10 216 66 123
Binary 10111100 11101011 11001101 10100 0 1101 1000 10001110 110110 1010011

Color Harmonies of #BCEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBCD

Black with #BCEBCD

Text Example


Text Example

White with #BCEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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