Html Css Color HEX #BCF9D0 Granny Apple

📋 copy color: '#BCF9D0'

red 188 ◦ green 249 ◦ blue 208

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

Shades of Granny Apple #BCF9D0

Tints of Granny Apple #BCF9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.25%

R = 29.15%
G = 38.6%
B = 32.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#BCF9D0 (or 0xBCF9D0) is known color: Granny Apple. HEX triplet: BC, F9 and D0. RGB value is (188,249,208). Sum of RGB (Red+Green+Blue) = 188+249+208=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9D0 is #43062F. Grayscale: #E2E2E2. Windows color (decimal): -4392496 or 13695420. OLE color: 13695420.

HSL color Cylindrical-coordinate representation of color #BCF9D0: hue angle of 139.67º 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 #BCF9D0 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 208 -
CMYK 0.24 0 0.16 0.02
HSL 139.67º 0.84% 0.86% -
HSV(B) 139.67º 0.24% 0.98% -
XYZ 66 83 72.22 -
YUV 226.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 188 249 208 0.24 0 0.16 0.02 139.67 0.84 0.86
Hex BC F9 D0 18 0 10 2 8C 54 56
Octal 274 371 320 30 0 20 2 214 124 126
Binary 10111100 11111001 11010000 11000 0 10000 10 10001100 1010100 1010110

Color Harmonies of #BCF9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9D0

Black with #BCF9D0

Text Example


Text Example

White with #BCF9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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