Html Css Color HEX #BAFDCC Granny Apple

📋 copy color: '#BAFDCC'

red 186 ◦ green 253 ◦ blue 204

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

Shades of Granny Apple #BAFDCC

Tints of Granny Apple #BAFDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.35%

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

R = 28.93%
G = 39.35%
B = 31.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#BAFDCC (or 0xBAFDCC) is known color: Granny Apple. HEX triplet: BA, FD and CC. RGB value is (186,253,204). Sum of RGB (Red+Green+Blue) = 186+253+204=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDCC is #450233. Grayscale: #E3E3E3. Windows color (decimal): -4522548 or 13434298. OLE color: 13434298.

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

Color convert

RGB 186 253 204 -
CMYK 0.26 0 0.19 0.01
HSL 136.12º 0.94% 0.86% -
HSV(B) 136.12º 0.26% 0.99% -
XYZ 66.27 85.05 70.05 -
YUV 227.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 186 253 204 0.26 0 0.19 0.01 136.12 0.94 0.86
Hex BA FD CC 1A 0 13 1 88 5E 56
Octal 272 375 314 32 0 23 1 210 136 126
Binary 10111010 11111101 11001100 11010 0 10011 1 10001000 1011110 1010110

Color Harmonies of #BAFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDCC

Black with #BAFDCC

Text Example


Text Example

White with #BAFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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