Html Css Color HEX #BAF5CA Granny Apple

📋 copy color: '#BAF5CA'

red 186 ◦ green 245 ◦ blue 202

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

Shades of Granny Apple #BAF5CA

Tints of Granny Apple #BAF5CA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.7%

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

R = 29.38%
G = 38.7%
B = 31.91%

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

#BAF5CA (or 0xBAF5CA) is known color: Granny Apple. HEX triplet: BA, F5 and CA. RGB value is (186,245,202). Sum of RGB (Red+Green+Blue) = 186+245+202=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5CA is #450A35. Grayscale: #DEDEDE. Windows color (decimal): -4524598 or 13301178. OLE color: 13301178.

HSL color Cylindrical-coordinate representation of color #BAF5CA: hue angle of 136.27º degrees, saturation: 0.75, 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 #BAF5CA is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 202 -
CMYK 0.24 0 0.18 0.04
HSL 136.27º 0.75% 0.85% -
HSV(B) 136.27º 0.24% 0.96% -
XYZ 63.56 80.01 67.97 -
YUV 222.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 186 245 202 0.24 0 0.18 0.04 136.27 0.75 0.85
Hex BA F5 CA 18 0 12 4 88 4B 55
Octal 272 365 312 30 0 22 4 210 113 125
Binary 10111010 11110101 11001010 11000 0 10010 100 10001000 1001011 1010101

Color Harmonies of #BAF5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF5CA

Black with #BAF5CA

Text Example


Text Example

White with #BAF5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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