Html Css Color HEX #BAF3CA Granny Apple

📋 copy color: '#BAF3CA'

red 186 ◦ green 243 ◦ blue 202

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

Shades of Granny Apple #BAF3CA

Tints of Granny Apple #BAF3CA

RGB

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

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

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

R = 29.48%
G = 38.51%
B = 32.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#BAF3CA (or 0xBAF3CA) is known color: Granny Apple. HEX triplet: BA, F3 and CA. RGB value is (186,243,202). Sum of RGB (Red+Green+Blue) = 186+243+202=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3CA is #450C35. Grayscale: #DDDDDD. Windows color (decimal): -4525110 or 13300666. OLE color: 13300666.

HSL color Cylindrical-coordinate representation of color #BAF3CA: hue angle of 136.84º degrees, saturation: 0.7, 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 #BAF3CA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 202 -
CMYK 0.23 0 0.17 0.05
HSL 136.84º 0.7% 0.84% -
HSV(B) 136.84º 0.23% 0.95% -
XYZ 62.96 78.8 67.77 -
YUV 221.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 186 243 202 0.23 0 0.17 0.05 136.84 0.7 0.84
Hex BA F3 CA 17 0 11 5 89 46 54
Octal 272 363 312 27 0 21 5 211 106 124
Binary 10111010 11110011 11001010 10111 0 10001 101 10001001 1000110 1010100

Color Harmonies of #BAF3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF3CA

Black with #BAF3CA

Text Example


Text Example

White with #BAF3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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