Html Css Color HEX #BCF7CA Granny Apple

📋 copy color: '#BCF7CA'

red 188 ◦ green 247 ◦ blue 202

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

Shades of Granny Apple #BCF7CA

Tints of Granny Apple #BCF7CA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.78%

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

R = 29.51%
G = 38.78%
B = 31.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#BCF7CA (or 0xBCF7CA) is known color: Granny Apple. HEX triplet: BC, F7 and CA. RGB value is (188,247,202). Sum of RGB (Red+Green+Blue) = 188+247+202=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7CA is #430835. Grayscale: #E0E0E0. Windows color (decimal): -4393014 or 13301692. OLE color: 13301692.

HSL color Cylindrical-coordinate representation of color #BCF7CA: hue angle of 134.24º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF7CA is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 202 -
CMYK 0.24 0 0.18 0.03
HSL 134.24º 0.79% 0.85% -
HSV(B) 134.24º 0.24% 0.97% -
XYZ 64.66 81.48 68.2 -
YUV 224.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 188 247 202 0.24 0 0.18 0.03 134.24 0.79 0.85
Hex BC F7 CA 18 0 12 3 86 4F 55
Octal 274 367 312 30 0 22 3 206 117 125
Binary 10111100 11110111 11001010 11000 0 10010 11 10000110 1001111 1010101

Color Harmonies of #BCF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF7CA

Black with #BCF7CA

Text Example


Text Example

White with #BCF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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