Html Css Color HEX #BCF2CA Granny Apple

📋 copy color: '#BCF2CA'

red 188 ◦ green 242 ◦ blue 202

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

Shades of Granny Apple #BCF2CA

Tints of Granny Apple #BCF2CA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.29%

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

R = 29.75%
G = 38.29%
B = 31.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#BCF2CA (or 0xBCF2CA) is known color: Granny Apple. HEX triplet: BC, F2 and CA. RGB value is (188,242,202). Sum of RGB (Red+Green+Blue) = 188+242+202=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2CA is #430D35. Grayscale: #DDDDDD. Windows color (decimal): -4394294 or 13300412. OLE color: 13300412.

HSL color Cylindrical-coordinate representation of color #BCF2CA: hue angle of 135.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2CA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 202 -
CMYK 0.22 0 0.17 0.05
HSL 135.56º 0.68% 0.84% -
HSV(B) 135.56º 0.22% 0.95% -
XYZ 63.15 78.46 67.69 -
YUV 221.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 188 242 202 0.22 0 0.17 0.05 135.56 0.68 0.84
Hex BC F2 CA 16 0 11 5 88 44 54
Octal 274 362 312 26 0 21 5 210 104 124
Binary 10111100 11110010 11001010 10110 0 10001 101 10001000 1000100 1010100

Color Harmonies of #BCF2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2CA

Black with #BCF2CA

Text Example


Text Example

White with #BCF2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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