Html Css Color HEX #BCF3CE Granny Apple

📋 copy color: '#BCF3CE'

red 188 ◦ green 243 ◦ blue 206

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

Shades of Granny Apple #BCF3CE

Tints of Granny Apple #BCF3CE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.15%

 BLUE value IS 206 (80.86% from 255) = 32.34%

R = 29.51%
G = 38.15%
B = 32.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#BCF3CE (or 0xBCF3CE) is known color: Granny Apple. HEX triplet: BC, F3 and CE. RGB value is (188,243,206). Sum of RGB (Red+Green+Blue) = 188+243+206=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3CE is #430C31. Grayscale: #DEDEDE. Windows color (decimal): -4394034 or 13562812. OLE color: 13562812.

HSL color Cylindrical-coordinate representation of color #BCF3CE: hue angle of 139.64º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3CE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 206 -
CMYK 0.23 0 0.15 0.05
HSL 139.64º 0.7% 0.85% -
HSV(B) 139.64º 0.23% 0.95% -
XYZ 63.93 79.25 70.32 -
YUV 222.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 188 243 206 0.23 0 0.15 0.05 139.64 0.7 0.85
Hex BC F3 CE 17 0 F 5 8C 46 55
Octal 274 363 316 27 0 17 5 214 106 125
Binary 10111100 11110011 11001110 10111 0 1111 101 10001100 1000110 1010101

Color Harmonies of #BCF3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF3CE

Black with #BCF3CE

Text Example


Text Example

White with #BCF3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF3CE; }

 p { color: rgb(188,243,206); }

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

background-color css

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

 a { background-color: rgb(188,243,206); }

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

border-color css

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

 span { border-color: rgb(188,243,206); }

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