Html Css Color HEX #BCF9CA Granny Apple

📋 copy color: '#BCF9CA'

red 188 ◦ green 249 ◦ blue 202

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

Shades of Granny Apple #BCF9CA

Tints of Granny Apple #BCF9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.97%

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

R = 29.42%
G = 38.97%
B = 31.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BCF9CA (or 0xBCF9CA) is known color: Granny Apple. HEX triplet: BC, F9 and CA. RGB value is (188,249,202). Sum of RGB (Red+Green+Blue) = 188+249+202=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9CA is #430635. Grayscale: #E1E1E1. Windows color (decimal): -4392502 or 13302204. OLE color: 13302204.

HSL color Cylindrical-coordinate representation of color #BCF9CA: hue angle of 133.77º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9CA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 202 -
CMYK 0.24 0 0.19 0.02
HSL 133.77º 0.84% 0.86% -
HSV(B) 133.77º 0.24% 0.98% -
XYZ 65.28 82.71 68.4 -
YUV 225.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 188 249 202 0.24 0 0.19 0.02 133.77 0.84 0.86
Hex BC F9 CA 18 0 13 2 86 54 56
Octal 274 371 312 30 0 23 2 206 124 126
Binary 10111100 11111001 11001010 11000 0 10011 10 10000110 1010100 1010110

Color Harmonies of #BCF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9CA

Black with #BCF9CA

Text Example


Text Example

White with #BCF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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