Html Css Color HEX #BAF1CA Granny Apple

📋 copy color: '#BAF1CA'

red 186 ◦ green 241 ◦ blue 202

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

Shades of Granny Apple #BAF1CA

Tints of Granny Apple #BAF1CA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.31%

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

R = 29.57%
G = 38.31%
B = 32.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BAF1CA (or 0xBAF1CA) is known color: Granny Apple. HEX triplet: BA, F1 and CA. RGB value is (186,241,202). Sum of RGB (Red+Green+Blue) = 186+241+202=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1CA is #450E35. Grayscale: #DCDCDC. Windows color (decimal): -4525622 or 13300154. OLE color: 13300154.

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

Color convert

RGB 186 241 202 -
CMYK 0.23 0 0.16 0.05
HSL 137.45º 0.66% 0.84% -
HSV(B) 137.45º 0.23% 0.95% -
XYZ 62.37 77.61 67.57 -
YUV 220.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 186 241 202 0.23 0 0.16 0.05 137.45 0.66 0.84
Hex BA F1 CA 17 0 10 5 89 42 54
Octal 272 361 312 27 0 20 5 211 102 124
Binary 10111010 11110001 11001010 10111 0 10000 101 10001001 1000010 1010100

Color Harmonies of #BAF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1CA

Black with #BAF1CA

Text Example


Text Example

White with #BAF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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