Html Css Color HEX #BAF5CF Granny Apple

📋 copy color: '#BAF5CF'

red 186 ◦ green 245 ◦ blue 207

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

Shades of Granny Apple #BAF5CF

Tints of Granny Apple #BAF5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.45%

R = 29.15%
G = 38.4%
B = 32.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#BAF5CF (or 0xBAF5CF) is known color: Granny Apple. HEX triplet: BA, F5 and CF. RGB value is (186,245,207). Sum of RGB (Red+Green+Blue) = 186+245+207=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5CF is #450A30. Grayscale: #DFDFDF. Windows color (decimal): -4524593 or 13628858. OLE color: 13628858.

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

Color convert

RGB 186 245 207 -
CMYK 0.24 0 0.16 0.04
HSL 141.36º 0.75% 0.85% -
HSV(B) 141.36º 0.24% 0.96% -
XYZ 64.16 80.25 71.14 -
YUV 223.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 186 245 207 0.24 0 0.16 0.04 141.36 0.75 0.85
Hex BA F5 CF 18 0 10 4 8D 4B 55
Octal 272 365 317 30 0 20 4 215 113 125
Binary 10111010 11110101 11001111 11000 0 10000 100 10001101 1001011 1010101

Color Harmonies of #BAF5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF5CF

Black with #BAF5CF

Text Example


Text Example

White with #BAF5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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