Html Css Color HEX #BCEDCA Granny Apple

📋 copy color: '#BCEDCA'

red 188 ◦ green 237 ◦ blue 202

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

Shades of Granny Apple #BCEDCA

Tints of Granny Apple #BCEDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.8%

 BLUE value IS 202 (79.3% from 255) = 32.22%

R = 29.98%
G = 37.8%
B = 32.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#BCEDCA (or 0xBCEDCA) is known color: Granny Apple. HEX triplet: BC, ED and CA. RGB value is (188,237,202). Sum of RGB (Red+Green+Blue) = 188+237+202=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDCA is #431235. Grayscale: #DADADA. Windows color (decimal): -4395574 or 13299132. OLE color: 13299132.

HSL color Cylindrical-coordinate representation of color #BCEDCA: hue angle of 137.14º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDCA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 202 -
CMYK 0.21 0 0.15 0.07
HSL 137.14º 0.58% 0.83% -
HSV(B) 137.14º 0.21% 0.93% -
XYZ 61.68 75.52 67.2 -
YUV 218.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 188 237 202 0.21 0 0.15 0.07 137.14 0.58 0.83
Hex BC ED CA 15 0 F 7 89 3A 53
Octal 274 355 312 25 0 17 7 211 72 123
Binary 10111100 11101101 11001010 10101 0 1111 111 10001001 111010 1010011

Color Harmonies of #BCEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDCA

Black with #BCEDCA

Text Example


Text Example

White with #BCEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDCA; }

 p { color: rgb(188,237,202); }

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

background-color css

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

 a { background-color: rgb(188,237,202); }

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

border-color css

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

 span { border-color: rgb(188,237,202); }

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