Html Css Color HEX #BAF8CF Granny Apple

📋 copy color: '#BAF8CF'

red 186 ◦ green 248 ◦ blue 207

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

Shades of Granny Apple #BAF8CF

Tints of Granny Apple #BAF8CF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.69%

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

R = 29.02%
G = 38.69%
B = 32.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#BAF8CF (or 0xBAF8CF) is known color: Granny Apple. HEX triplet: BA, F8 and CF. RGB value is (186,248,207). Sum of RGB (Red+Green+Blue) = 186+248+207=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8CF is #450730. Grayscale: #E0E0E0. Windows color (decimal): -4523825 or 13629626. OLE color: 13629626.

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

Color convert

RGB 186 248 207 -
CMYK 0.25 0 0.17 0.03
HSL 140.32º 0.82% 0.85% -
HSV(B) 140.32º 0.25% 0.97% -
XYZ 65.08 82.08 71.44 -
YUV 224.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 186 248 207 0.25 0 0.17 0.03 140.32 0.82 0.85
Hex BA F8 CF 19 0 11 3 8C 52 55
Octal 272 370 317 31 0 21 3 214 122 125
Binary 10111010 11111000 11001111 11001 0 10001 11 10001100 1010010 1010101

Color Harmonies of #BAF8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF8CF

Black with #BAF8CF

Text Example


Text Example

White with #BAF8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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