Html Css Color HEX #BCF5C2 Granny Apple

📋 copy color: '#BCF5C2'

red 188 ◦ green 245 ◦ blue 194

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

Shades of Granny Apple #BCF5C2

Tints of Granny Apple #BCF5C2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.07%

 BLUE value IS 194 (76.17% from 255) = 30.94%

R = 29.98%
G = 39.07%
B = 30.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#BCF5C2 (or 0xBCF5C2) is known color: Granny Apple. HEX triplet: BC, F5 and C2. RGB value is (188,245,194). Sum of RGB (Red+Green+Blue) = 188+245+194=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5C2 is #430A3D. Grayscale: #DEDEDE. Windows color (decimal): -4393534 or 12776892. OLE color: 12776892.

HSL color Cylindrical-coordinate representation of color #BCF5C2: hue angle of 126.32º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5C2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 194 -
CMYK 0.23 0 0.21 0.04
HSL 126.32º 0.74% 0.85% -
HSV(B) 126.32º 0.23% 0.96% -
XYZ 63.13 79.89 63.13 -
YUV 222.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 188 245 194 0.23 0 0.21 0.04 126.32 0.74 0.85
Hex BC F5 C2 17 0 15 4 7E 4A 55
Octal 274 365 302 27 0 25 4 176 112 125
Binary 10111100 11110101 11000010 10111 0 10101 100 1111110 1001010 1010101

Color Harmonies of #BCF5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5C2

Black with #BCF5C2

Text Example


Text Example

White with #BCF5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5C2; }

 p { color: rgb(188,245,194); }

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

background-color css

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

 a { background-color: rgb(188,245,194); }

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

border-color css

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

 span { border-color: rgb(188,245,194); }

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