Html Css Color HEX #BAF9CF Granny Apple

📋 copy color: '#BAF9CF'

red 186 ◦ green 249 ◦ blue 207

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

Shades of Granny Apple #BAF9CF

Tints of Granny Apple #BAF9CF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.79%

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

R = 28.97%
G = 38.79%
B = 32.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#BAF9CF (or 0xBAF9CF) is known color: Granny Apple. HEX triplet: BA, F9 and CF. RGB value is (186,249,207). Sum of RGB (Red+Green+Blue) = 186+249+207=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9CF is #450630. Grayscale: #E1E1E1. Windows color (decimal): -4523569 or 13629882. OLE color: 13629882.

HSL color Cylindrical-coordinate representation of color #BAF9CF: hue angle of 140º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9CF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 207 -
CMYK 0.25 0 0.17 0.02
HSL 140º 0.84% 0.85% -
HSV(B) 140º 0.25% 0.98% -
XYZ 65.39 82.7 71.55 -
YUV 225.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 186 249 207 0.25 0 0.17 0.02 140 0.84 0.85
Hex BA F9 CF 19 0 11 2 8C 54 55
Octal 272 371 317 31 0 21 2 214 124 125
Binary 10111010 11111001 11001111 11001 0 10001 10 10001100 1010100 1010101

Color Harmonies of #BAF9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9CF

Black with #BAF9CF

Text Example


Text Example

White with #BAF9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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