Html Css Color HEX #BAF6CA Granny Apple

📋 copy color: '#BAF6CA'

red 186 ◦ green 246 ◦ blue 202

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

Shades of Granny Apple #BAF6CA

Tints of Granny Apple #BAF6CA

RGB

 RED value IS 186 (73.05% from 255) = 29.34%

 GREEN value IS 246 (96.48% from 255) = 38.8%

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

R = 29.34%
G = 38.8%
B = 31.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#BAF6CA (or 0xBAF6CA) is known color: Granny Apple. HEX triplet: BA, F6 and CA. RGB value is (186,246,202). Sum of RGB (Red+Green+Blue) = 186+246+202=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6CA is #450935. Grayscale: #DFDFDF. Windows color (decimal): -4524342 or 13301434. OLE color: 13301434.

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

Color convert

RGB 186 246 202 -
CMYK 0.24 0 0.18 0.04
HSL 136º 0.77% 0.85% -
HSV(B) 136º 0.24% 0.96% -
XYZ 63.87 80.61 68.07 -
YUV 223.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 186 246 202 0.24 0 0.18 0.04 136 0.77 0.85
Hex BA F6 CA 18 0 12 4 88 4D 55
Octal 272 366 312 30 0 22 4 210 115 125
Binary 10111010 11110110 11001010 11000 0 10010 100 10001000 1001101 1010101

Color Harmonies of #BAF6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6CA

Black with #BAF6CA

Text Example


Text Example

White with #BAF6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6CA; }

 p { color: rgb(186,246,202); }

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

background-color css

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

 a { background-color: rgb(186,246,202); }

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

border-color css

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

 span { border-color: rgb(186,246,202); }

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