Html Css Color HEX #BAFBCC Granny Apple

📋 copy color: '#BAFBCC'

red 186 ◦ green 251 ◦ blue 204

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

Shades of Granny Apple #BAFBCC

Tints of Granny Apple #BAFBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.16%

 BLUE value IS 204 (80.08% from 255) = 31.83%

R = 29.02%
G = 39.16%
B = 31.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BAFBCC (or 0xBAFBCC) is known color: Granny Apple. HEX triplet: BA, FB and CC. RGB value is (186,251,204). Sum of RGB (Red+Green+Blue) = 186+251+204=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBCC is #450433. Grayscale: #E2E2E2. Windows color (decimal): -4523060 or 13433786. OLE color: 13433786.

HSL color Cylindrical-coordinate representation of color #BAFBCC: hue angle of 136.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBCC is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 251 204 -
CMYK 0.26 0 0.19 0.02
HSL 136.62º 0.89% 0.86% -
HSV(B) 136.62º 0.26% 0.98% -
XYZ 65.65 83.79 69.84 -
YUV 226.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 186 251 204 0.26 0 0.19 0.02 136.62 0.89 0.86
Hex BA FB CC 1A 0 13 2 89 59 56
Octal 272 373 314 32 0 23 2 211 131 126
Binary 10111010 11111011 11001100 11010 0 10011 10 10001001 1011001 1010110

Color Harmonies of #BAFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFBCC

Black with #BAFBCC

Text Example


Text Example

White with #BAFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFBCC; }

 p { color: rgb(186,251,204); }

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

background-color css

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

 a { background-color: rgb(186,251,204); }

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

border-color css

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

 span { border-color: rgb(186,251,204); }

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